Html Css Color HEX #FC5A6D Wild Watermelon

📋 copy color: '#FC5A6D'

red 252 ◦ green 90 ◦ blue 109

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

Shades of Wild Watermelon #FC5A6D

Tints of Wild Watermelon #FC5A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 55.88%
G = 19.96%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC5A6D (or 0xFC5A6D) is known color: Wild Watermelon. HEX triplet: FC, 5A and 6D. RGB value is (252,90,109). Sum of RGB (Red+Green+Blue) = 252+90+109=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A6D is #03A592. Grayscale: #8C8C8C. Windows color (decimal): -238995 or 7166716. OLE color: 7166716.

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

Color convert

RGB 252 90 109 -
CMYK 0 0.64 0.57 0.01
HSL 352.96º 0.96% 0.67% -
HSV(B) 352.96º 0.64% 0.99% -
XYZ 46.56 29.11 17.63 -
YUV 140.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 252 90 109 0 0.64 0.57 0.01 352.96 0.96 0.67
Hex FC 5A 6D 0 40 39 1 161 60 43
Octal 374 132 155 0 100 71 1 541 140 103
Binary 11111100 1011010 1101101 0 1000000 111001 1 101100001 1100000 1000011

Color Harmonies of #FC5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A6D

Black with #FC5A6D

Text Example


Text Example

White with #FC5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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