Html Css Color HEX #FC7075 Froly

📋 copy color: '#FC7075'

red 252 ◦ green 112 ◦ blue 117

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

Shades of Froly #FC7075

Tints of Froly #FC7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.28%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 52.39%
G = 23.28%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7075 (or 0xFC7075) is known color: Froly. HEX triplet: FC, 70 and 75. RGB value is (252,112,117). Sum of RGB (Red+Green+Blue) = 252+112+117=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7075 is #038F8A. Grayscale: #9A9A9A. Windows color (decimal): -233355 or 7696636. OLE color: 7696636.

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

Color convert

RGB 252 112 117 -
CMYK 0 0.56 0.54 0.01
HSL 357.86º 0.96% 0.71% -
HSV(B) 357.86º 0.56% 0.99% -
XYZ 49.15 33.57 20.72 -
YUV 154.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 252 112 117 0 0.56 0.54 0.01 357.86 0.96 0.71
Hex FC 70 75 0 38 36 1 166 60 47
Octal 374 160 165 0 70 66 1 546 140 107
Binary 11111100 1110000 1110101 0 111000 110110 1 101100110 1100000 1000111

Color Harmonies of #FC7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7075

Black with #FC7075

Text Example


Text Example

White with #FC7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7075; }

 p { color: rgb(252,112,117); }

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

background-color css

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

 a { background-color: rgb(252,112,117); }

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

border-color css

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

 span { border-color: rgb(252,112,117); }

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