Html Css Color HEX #FC6474 Wild Watermelon

📋 copy color: '#FC6474'

red 252 ◦ green 100 ◦ blue 116

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

Shades of Wild Watermelon #FC6474

Tints of Wild Watermelon #FC6474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.37%

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 53.85%
G = 21.37%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6474 (or 0xFC6474) is known color: Wild Watermelon. HEX triplet: FC, 64 and 74. RGB value is (252,100,116). Sum of RGB (Red+Green+Blue) = 252+100+116=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6474 is #039B8B. Grayscale: #939393. Windows color (decimal): -236428 or 7628028. OLE color: 7628028.

HSL color Cylindrical-coordinate representation of color #FC6474: hue angle of 353.68º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6474 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 116 -
CMYK 0 0.60 0.54 0.01
HSL 353.68º 0.96% 0.69% -
HSV(B) 353.68º 0.6% 0.99% -
XYZ 47.85 31.07 20 -
YUV 147.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 252 100 116 0 0.60 0.54 0.01 353.68 0.96 0.69
Hex FC 64 74 0 3C 36 1 162 60 45
Octal 374 144 164 0 74 66 1 542 140 105
Binary 11111100 1100100 1110100 0 111100 110110 1 101100010 1100000 1000101

Color Harmonies of #FC6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6474

Black with #FC6474

Text Example


Text Example

White with #FC6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6474; }

 p { color: rgb(252,100,116); }

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

background-color css

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

 a { background-color: rgb(252,100,116); }

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

border-color css

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

 span { border-color: rgb(252,100,116); }

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