Html Css Color HEX #FC4975 Wild Watermelon

📋 copy color: '#FC4975'

red 252 ◦ green 73 ◦ blue 117

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

Shades of Wild Watermelon #FC4975

Tints of Wild Watermelon #FC4975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.52%

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

R = 57.01%
G = 16.52%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC4975 (or 0xFC4975) is known color: Wild Watermelon. HEX triplet: FC, 49 and 75. RGB value is (252,73,117). Sum of RGB (Red+Green+Blue) = 252+73+117=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4975 is #03B68A. Grayscale: #838383. Windows color (decimal): -243339 or 7686652. OLE color: 7686652.

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

Color convert

RGB 252 73 117 -
CMYK 0 0.71 0.54 0.01
HSL 345.25º 0.97% 0.64% -
HSV(B) 345.25º 0.71% 0.99% -
XYZ 45.74 26.74 19.58 -
YUV 131.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 252 73 117 0 0.71 0.54 0.01 345.25 0.97 0.64
Hex FC 49 75 0 47 36 1 159 61 40
Octal 374 111 165 0 107 66 1 531 141 100
Binary 11111100 1001001 1110101 0 1000111 110110 1 101011001 1100001 1000000

Color Harmonies of #FC4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4975

Black with #FC4975

Text Example


Text Example

White with #FC4975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4975; }

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

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

background-color css

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

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

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

border-color css

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

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

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