Html Css Color HEX #FC7D81 Froly

📋 copy color: '#FC7D81'

red 252 ◦ green 125 ◦ blue 129

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

Shades of Froly #FC7D81

Tints of Froly #FC7D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.7%

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

R = 49.8%
G = 24.7%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7D81 (or 0xFC7D81) is known color: Froly. HEX triplet: FC, 7D and 81. RGB value is (252,125,129). Sum of RGB (Red+Green+Blue) = 252+125+129=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D81 is #03827E. Grayscale: #A3A3A3. Windows color (decimal): -230015 or 8486396. OLE color: 8486396.

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

Color convert

RGB 252 125 129 -
CMYK 0 0.50 0.49 0.01
HSL 358.11º 0.95% 0.74% -
HSV(B) 358.11º 0.5% 0.99% -
XYZ 51.44 36.95 25.19 -
YUV 163.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 252 125 129 0 0.50 0.49 0.01 358.11 0.95 0.74
Hex FC 7D 81 0 32 31 1 166 5F 4A
Octal 374 175 201 0 62 61 1 546 137 112
Binary 11111100 1111101 10000001 0 110010 110001 1 101100110 1011111 1001010

Color Harmonies of #FC7D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D81

Black with #FC7D81

Text Example


Text Example

White with #FC7D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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