Html Css Color HEX #FF7475 Froly

📋 copy color: '#FF7475'

red 255 ◦ green 116 ◦ blue 117

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

Shades of Froly #FF7475

Tints of Froly #FF7475

RGB

 RED value IS 255 (100% from 255) = 52.25%

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

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

R = 52.25%
G = 23.77%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF7475 (or 0xFF7475) is known color: Froly. HEX triplet: FF, 74 and 75. RGB value is (255,116,117). Sum of RGB (Red+Green+Blue) = 255+116+117=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7475 is #008B8A. Grayscale: #9D9D9D. Windows color (decimal): -35723 or 7697663. OLE color: 7697663.

HSL color Cylindrical-coordinate representation of color #FF7475: hue angle of 359.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7475 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 117 -
CMYK 0 0.55 0.54 0
HSL 359.57º 1% 0.73% -
HSV(B) 359.57º 0.55% 1% -
XYZ 50.7 35.04 20.92 -
YUV 157.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 255 116 117 0 0.55 0.54 0 359.57 1 0.73
Hex FF 74 75 0 37 36 0 168 64 49
Octal 377 164 165 0 67 66 0 550 144 111
Binary 11111111 1110100 1110101 0 110111 110110 0 101101000 1100100 1001001

Color Harmonies of #FF7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7475

Black with #FF7475

Text Example


Text Example

White with #FF7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7475; }

 p { color: rgb(255,116,117); }

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

background-color css

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

 a { background-color: rgb(255,116,117); }

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

border-color css

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

 span { border-color: rgb(255,116,117); }

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