Html Css Color HEX #FC7E81 Froly

📋 copy color: '#FC7E81'

red 252 ◦ green 126 ◦ blue 129

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

Shades of Froly #FC7E81

Tints of Froly #FC7E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.85%

 BLUE value IS 129 (50.78% from 255) = 25.44%

R = 49.7%
G = 24.85%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7E81 (or 0xFC7E81) is known color: Froly. HEX triplet: FC, 7E and 81. RGB value is (252,126,129). Sum of RGB (Red+Green+Blue) = 252+126+129=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E81 is #03817E. Grayscale: #A4A4A4. Windows color (decimal): -229759 or 8486652. OLE color: 8486652.

HSL color Cylindrical-coordinate representation of color #FC7E81: hue angle of 358.57º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7E81 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 126 129 -
CMYK 0 0.5 0.49 0.01
HSL 358.57º 0.95% 0.74% -
HSV(B) 358.57º 0.5% 0.99% -
XYZ 51.57 37.2 25.23 -
YUV 164.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 252 126 129 0 0.5 0.49 0.01 358.57 0.95 0.74
Hex FC 7E 81 0 32 31 1 167 5F 4A
Octal 374 176 201 0 62 61 1 547 137 112
Binary 11111100 1111110 10000001 0 110010 110001 1 101100111 1011111 1001010

Color Harmonies of #FC7E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E81

Black with #FC7E81

Text Example


Text Example

White with #FC7E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E81; }

 p { color: rgb(252,126,129); }

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

background-color css

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

 a { background-color: rgb(252,126,129); }

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

border-color css

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

 span { border-color: rgb(252,126,129); }

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