Html Css Color HEX #FC5A6F Wild Watermelon

📋 copy color: '#FC5A6F'

red 252 ◦ green 90 ◦ blue 111

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

Shades of Wild Watermelon #FC5A6F

Tints of Wild Watermelon #FC5A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 55.63%
G = 19.87%
B = 24.5%

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

#FC5A6F (or 0xFC5A6F) is known color: Wild Watermelon. HEX triplet: FC, 5A and 6F. RGB value is (252,90,111). Sum of RGB (Red+Green+Blue) = 252+90+111=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A6F is #03A590. Grayscale: #8C8C8C. Windows color (decimal): -238993 or 7297788. OLE color: 7297788.

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

Color convert

RGB 252 90 111 -
CMYK 0 0.64 0.56 0.01
HSL 352.22º 0.96% 0.67% -
HSV(B) 352.22º 0.64% 0.99% -
XYZ 46.67 29.16 18.21 -
YUV 140.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 252 90 111 0 0.64 0.56 0.01 352.22 0.96 0.67
Hex FC 5A 6F 0 40 38 1 160 60 43
Octal 374 132 157 0 100 70 1 540 140 103
Binary 11111100 1011010 1101111 0 1000000 111000 1 101100000 1100000 1000011

Color Harmonies of #FC5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A6F

Black with #FC5A6F

Text Example


Text Example

White with #FC5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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