Html Css Color HEX #FC8081 Froly

📋 copy color: '#FC8081'

red 252 ◦ green 128 ◦ blue 129

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

Shades of Froly #FC8081

Tints of Froly #FC8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.15%

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

R = 49.51%
G = 25.15%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC8081 (or 0xFC8081) is known color: Froly. HEX triplet: FC, 80 and 81. RGB value is (252,128,129). Sum of RGB (Red+Green+Blue) = 252+128+129=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8081 is #037F7E. Grayscale: #A5A5A5. Windows color (decimal): -229247 or 8487164. OLE color: 8487164.

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

Color convert

RGB 252 128 129 -
CMYK 0 0.49 0.49 0.01
HSL 359.52º 0.95% 0.75% -
HSV(B) 359.52º 0.49% 0.99% -
XYZ 51.83 37.72 25.32 -
YUV 165.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 252 128 129 0 0.49 0.49 0.01 359.52 0.95 0.75
Hex FC 80 81 0 31 31 1 168 5F 4B
Octal 374 200 201 0 61 61 1 550 137 113
Binary 11111100 10000000 10000001 0 110001 110001 1 101101000 1011111 1001011

Color Harmonies of #FC8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8081

Black with #FC8081

Text Example


Text Example

White with #FC8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8081; }

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

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

background-color css

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

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

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

border-color css

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

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

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