Html Css Color HEX #FC606B Wild Watermelon

📋 copy color: '#FC606B'

red 252 ◦ green 96 ◦ blue 107

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

Shades of Wild Watermelon #FC606B

Tints of Wild Watermelon #FC606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.52%

R = 55.38%
G = 21.1%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC606B (or 0xFC606B) is known color: Wild Watermelon. HEX triplet: FC, 60 and 6B. RGB value is (252,96,107). Sum of RGB (Red+Green+Blue) = 252+96+107=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC606B is #039F94. Grayscale: #909090. Windows color (decimal): -237461 or 7037180. OLE color: 7037180.

HSL color Cylindrical-coordinate representation of color #FC606B: hue angle of 355.77º 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 #FC606B is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 107 -
CMYK 0 0.62 0.58 0.01
HSL 355.77º 0.96% 0.68% -
HSV(B) 355.77º 0.62% 0.99% -
XYZ 46.98 30.12 17.25 -
YUV 143.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 252 96 107 0 0.62 0.58 0.01 355.77 0.96 0.68
Hex FC 60 6B 0 3E 3A 1 164 60 44
Octal 374 140 153 0 76 72 1 544 140 104
Binary 11111100 1100000 1101011 0 111110 111010 1 101100100 1100000 1000100

Color Harmonies of #FC606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC606B

Black with #FC606B

Text Example


Text Example

White with #FC606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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