Html Css Color HEX #FC606F Wild Watermelon

📋 copy color: '#FC606F'

red 252 ◦ green 96 ◦ blue 111

#FC606F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FC606F

Tints of Wild Watermelon #FC606F

RGB

 RED value IS 252 (98.83% from 255) = 54.9%

 GREEN value IS 96 (37.89% from 255) = 20.92%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 54.9%
G = 20.92%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC606F (or 0xFC606F) is known color: Wild Watermelon. HEX triplet: FC, 60 and 6F. RGB value is (252,96,111). Sum of RGB (Red+Green+Blue) = 252+96+111=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC606F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC606F is #039F90. Grayscale: #909090. Windows color (decimal): -237457 or 7299324. OLE color: 7299324.

HSL color Cylindrical-coordinate representation of color #FC606F: hue angle of 354.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC606F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 111 -
CMYK 0 0.62 0.56 0.01
HSL 354.23º 0.96% 0.68% -
HSV(B) 354.23º 0.62% 0.99% -
XYZ 47.2 30.21 18.38 -
YUV 144.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 252 96 111 0 0.62 0.56 0.01 354.23 0.96 0.68
Hex FC 60 6F 0 3E 38 1 162 60 44
Octal 374 140 157 0 76 70 1 542 140 104
Binary 11111100 1100000 1101111 0 111110 111000 1 101100010 1100000 1000100

Color Harmonies of #FC606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC606F

Black with #FC606F

Text Example


Text Example

White with #FC606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC606F; }

 p { color: rgb(252,96,111); }

 H1.HeaderClassName
 {
   color: #FC606F;
 }
 .AnyTagClassName
 {
   color: #FC606F;
 }
</style>

background-color css

<style>
 a { background-color: #FC606F; }

 a { background-color: rgb(252,96,111); }

 div.DivClassName
 {
   background-color: #FC606F;
 }
 .BgClassName
 {
   background-color: #FC606F;
 }
</style>

border-color css

<style>
 span { border-color: #FC606F; }

 span { border-color: rgb(252,96,111); }

 td.TdClassName
 {
   border-color: #FC606F;
 }
 .TagClassName
 {
   border-color: #FC606F;
 }
</style>