Html Css Color HEX #FC7478 Froly

📋 copy color: '#FC7478'

red 252 ◦ green 116 ◦ blue 120

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

Shades of Froly #FC7478

Tints of Froly #FC7478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 51.64%
G = 23.77%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC7478 (or 0xFC7478) is known color: Froly. HEX triplet: FC, 74 and 78. RGB value is (252,116,120). Sum of RGB (Red+Green+Blue) = 252+116+120=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7478 is #038B87. Grayscale: #9D9D9D. Windows color (decimal): -232328 or 7894268. OLE color: 7894268.

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

Color convert

RGB 252 116 120 -
CMYK 0 0.54 0.52 0.01
HSL 358.24º 0.96% 0.72% -
HSV(B) 358.24º 0.54% 0.99% -
XYZ 49.78 34.54 21.81 -
YUV 157.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 252 116 120 0 0.54 0.52 0.01 358.24 0.96 0.72
Hex FC 74 78 0 36 34 1 166 60 48
Octal 374 164 170 0 66 64 1 546 140 110
Binary 11111100 1110100 1111000 0 110110 110100 1 101100110 1100000 1001000

Color Harmonies of #FC7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7478

Black with #FC7478

Text Example


Text Example

White with #FC7478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7478; }

 p { color: rgb(252,116,120); }

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

background-color css

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

 a { background-color: rgb(252,116,120); }

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

border-color css

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

 span { border-color: rgb(252,116,120); }

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