Html Css Color HEX #FC5A7A Wild Watermelon

📋 copy color: '#FC5A7A'

red 252 ◦ green 90 ◦ blue 122

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

Shades of Wild Watermelon #FC5A7A

Tints of Wild Watermelon #FC5A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 54.31%
G = 19.4%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC5A7A (or 0xFC5A7A) is known color: Wild Watermelon. HEX triplet: FC, 5A and 7A. RGB value is (252,90,122). Sum of RGB (Red+Green+Blue) = 252+90+122=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A7A is #03A585. Grayscale: #8E8E8E. Windows color (decimal): -238982 or 8018684. OLE color: 8018684.

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

Color convert

RGB 252 90 122 -
CMYK 0 0.64 0.52 0.01
HSL 348.15º 0.96% 0.67% -
HSV(B) 348.15º 0.64% 0.99% -
XYZ 47.31 29.41 21.6 -
YUV 142.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 252 90 122 0 0.64 0.52 0.01 348.15 0.96 0.67
Hex FC 5A 7A 0 40 34 1 15C 60 43
Octal 374 132 172 0 100 64 1 534 140 103
Binary 11111100 1011010 1111010 0 1000000 110100 1 101011100 1100000 1000011

Color Harmonies of #FC5A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A7A

Black with #FC5A7A

Text Example


Text Example

White with #FC5A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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