Html Css Color HEX #FC4575 Wild Watermelon

📋 copy color: '#FC4575'

red 252 ◦ green 69 ◦ blue 117

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

Shades of Wild Watermelon #FC4575

Tints of Wild Watermelon #FC4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.75%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 57.53%
G = 15.75%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC4575 (or 0xFC4575) is known color: Wild Watermelon. HEX triplet: FC, 45 and 75. RGB value is (252,69,117). Sum of RGB (Red+Green+Blue) = 252+69+117=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4575 is #03BA8A. Grayscale: #818181. Windows color (decimal): -244363 or 7685628. OLE color: 7685628.

HSL color Cylindrical-coordinate representation of color #FC4575: hue angle of 344.26º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4575 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 69 117 -
CMYK 0 0.73 0.54 0.01
HSL 344.26º 0.97% 0.63% -
HSV(B) 344.26º 0.73% 0.99% -
XYZ 45.48 26.24 19.5 -
YUV 129.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 252 69 117 0 0.73 0.54 0.01 344.26 0.97 0.63
Hex FC 45 75 0 49 36 1 158 61 3F
Octal 374 105 165 0 111 66 1 530 141 77
Binary 11111100 1000101 1110101 0 1001001 110110 1 101011000 1100001 111111

Color Harmonies of #FC4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4575

Black with #FC4575

Text Example


Text Example

White with #FC4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4575; }

 p { color: rgb(252,69,117); }

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

background-color css

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

 a { background-color: rgb(252,69,117); }

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

border-color css

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

 span { border-color: rgb(252,69,117); }

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