Html Css Color HEX #FC5A70 Wild Watermelon

📋 copy color: '#FC5A70'

red 252 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #FC5A70

Tints of Wild Watermelon #FC5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

 BLUE value IS 112 (44.14% from 255) = 24.67%

R = 55.51%
G = 19.82%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC5A70 (or 0xFC5A70) is known color: Wild Watermelon. HEX triplet: FC, 5A and 70. RGB value is (252,90,112). Sum of RGB (Red+Green+Blue) = 252+90+112=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A70 is #03A58F. Grayscale: #8D8D8D. Windows color (decimal): -238992 or 7363324. OLE color: 7363324.

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

Color convert

RGB 252 90 112 -
CMYK 0 0.64 0.56 0.01
HSL 351.85º 0.96% 0.67% -
HSV(B) 351.85º 0.64% 0.99% -
XYZ 46.73 29.18 18.5 -
YUV 140.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 252 90 112 0 0.64 0.56 0.01 351.85 0.96 0.67
Hex FC 5A 70 0 40 38 1 160 60 43
Octal 374 132 160 0 100 70 1 540 140 103
Binary 11111100 1011010 1110000 0 1000000 111000 1 101100000 1100000 1000011

Color Harmonies of #FC5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A70

Black with #FC5A70

Text Example


Text Example

White with #FC5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A70; }

 p { color: rgb(252,90,112); }

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

background-color css

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

 a { background-color: rgb(252,90,112); }

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

border-color css

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

 span { border-color: rgb(252,90,112); }

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