Html Css Color HEX #FC7D7F Froly

📋 copy color: '#FC7D7F'

red 252 ◦ green 125 ◦ blue 127

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

Shades of Froly #FC7D7F

Tints of Froly #FC7D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.2%

R = 50%
G = 24.8%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC7D7F (or 0xFC7D7F) is known color: Froly. HEX triplet: FC, 7D and 7F. RGB value is (252,125,127). Sum of RGB (Red+Green+Blue) = 252+125+127=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D7F is #038280. Grayscale: #A3A3A3. Windows color (decimal): -230017 or 8355324. OLE color: 8355324.

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

Color convert

RGB 252 125 127 -
CMYK 0 0.50 0.50 0.01
HSL 359.06º 0.95% 0.74% -
HSV(B) 359.06º 0.5% 0.99% -
XYZ 51.31 36.89 24.5 -
YUV 163.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 252 125 127 0 0.50 0.50 0.01 359.06 0.95 0.74
Hex FC 7D 7F 0 32 32 1 167 5F 4A
Octal 374 175 177 0 62 62 1 547 137 112
Binary 11111100 1111101 1111111 0 110010 110010 1 101100111 1011111 1001010

Color Harmonies of #FC7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D7F

Black with #FC7D7F

Text Example


Text Example

White with #FC7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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