Html Css Color HEX #FC5A6A Wild Watermelon

📋 copy color: '#FC5A6A'

red 252 ◦ green 90 ◦ blue 106

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

Shades of Wild Watermelon #FC5A6A

Tints of Wild Watermelon #FC5A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 56.25%
G = 20.09%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC5A6A (or 0xFC5A6A) is known color: Wild Watermelon. HEX triplet: FC, 5A and 6A. RGB value is (252,90,106). Sum of RGB (Red+Green+Blue) = 252+90+106=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A6A is #03A595. Grayscale: #8C8C8C. Windows color (decimal): -238998 or 6970108. OLE color: 6970108.

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

Color convert

RGB 252 90 106 -
CMYK 0 0.64 0.58 0.01
HSL 354.07º 0.96% 0.67% -
HSV(B) 354.07º 0.64% 0.99% -
XYZ 46.4 29.05 16.8 -
YUV 140.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 252 90 106 0 0.64 0.58 0.01 354.07 0.96 0.67
Hex FC 5A 6A 0 40 3A 1 162 60 43
Octal 374 132 152 0 100 72 1 542 140 103
Binary 11111100 1011010 1101010 0 1000000 111010 1 101100010 1100000 1000011

Color Harmonies of #FC5A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A6A

Black with #FC5A6A

Text Example


Text Example

White with #FC5A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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