Html Css Color HEX #FC5C7A Wild Watermelon

📋 copy color: '#FC5C7A'

red 252 ◦ green 92 ◦ blue 122

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

Shades of Wild Watermelon #FC5C7A

Tints of Wild Watermelon #FC5C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

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

R = 54.08%
G = 19.74%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC5C7A (or 0xFC5C7A) is known color: Wild Watermelon. HEX triplet: FC, 5C and 7A. RGB value is (252,92,122). Sum of RGB (Red+Green+Blue) = 252+92+122=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C7A is #03A385. Grayscale: #8F8F8F. Windows color (decimal): -238470 or 8019196. OLE color: 8019196.

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

Color convert

RGB 252 92 122 -
CMYK 0 0.63 0.52 0.01
HSL 348.75º 0.96% 0.67% -
HSV(B) 348.75º 0.63% 0.99% -
XYZ 47.48 29.75 21.65 -
YUV 143.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 252 92 122 0 0.63 0.52 0.01 348.75 0.96 0.67
Hex FC 5C 7A 0 3F 34 1 15D 60 43
Octal 374 134 172 0 77 64 1 535 140 103
Binary 11111100 1011100 1111010 0 111111 110100 1 101011101 1100000 1000011

Color Harmonies of #FC5C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C7A

Black with #FC5C7A

Text Example


Text Example

White with #FC5C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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