Html Css Color HEX #FC7B81 Froly

📋 copy color: '#FC7B81'

red 252 ◦ green 123 ◦ blue 129

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

Shades of Froly #FC7B81

Tints of Froly #FC7B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.4%

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

R = 50%
G = 24.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7B81 (or 0xFC7B81) is known color: Froly. HEX triplet: FC, 7B and 81. RGB value is (252,123,129). Sum of RGB (Red+Green+Blue) = 252+123+129=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B81 is #03847E. Grayscale: #A2A2A2. Windows color (decimal): -230527 or 8485884. OLE color: 8485884.

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

Color convert

RGB 252 123 129 -
CMYK 0 0.51 0.49 0.01
HSL 357.21º 0.96% 0.74% -
HSV(B) 357.21º 0.51% 0.99% -
XYZ 51.19 36.45 25.11 -
YUV 162.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 252 123 129 0 0.51 0.49 0.01 357.21 0.96 0.74
Hex FC 7B 81 0 33 31 1 165 60 4A
Octal 374 173 201 0 63 61 1 545 140 112
Binary 11111100 1111011 10000001 0 110011 110001 1 101100101 1100000 1001010

Color Harmonies of #FC7B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B81

Black with #FC7B81

Text Example


Text Example

White with #FC7B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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