Html Css Color HEX #FC606C Wild Watermelon

📋 copy color: '#FC606C'

red 252 ◦ green 96 ◦ blue 108

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

Shades of Wild Watermelon #FC606C

Tints of Wild Watermelon #FC606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 55.26%
G = 21.05%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC606C (or 0xFC606C) is known color: Wild Watermelon. HEX triplet: FC, 60 and 6C. RGB value is (252,96,108). Sum of RGB (Red+Green+Blue) = 252+96+108=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC606C is #039F93. Grayscale: #909090. Windows color (decimal): -237460 or 7102716. OLE color: 7102716.

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

Color convert

RGB 252 96 108 -
CMYK 0 0.62 0.57 0.01
HSL 355.38º 0.96% 0.68% -
HSV(B) 355.38º 0.62% 0.99% -
XYZ 47.03 30.14 17.53 -
YUV 144.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 252 96 108 0 0.62 0.57 0.01 355.38 0.96 0.68
Hex FC 60 6C 0 3E 39 1 163 60 44
Octal 374 140 154 0 76 71 1 543 140 104
Binary 11111100 1100000 1101100 0 111110 111001 1 101100011 1100000 1000100

Color Harmonies of #FC606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC606C

Black with #FC606C

Text Example


Text Example

White with #FC606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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