Html Css Color HEX #F27577 Froly

📋 copy color: '#F27577'

red 242 ◦ green 117 ◦ blue 119

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

Shades of Froly #F27577

Tints of Froly #F27577

RGB

 RED value IS 242 (94.92% from 255) = 50.63%

 GREEN value IS 117 (46.09% from 255) = 24.48%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 50.63%
G = 24.48%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F27577 (or 0xF27577) is known color: Froly. HEX triplet: F2, 75 and 77. RGB value is (242,117,119). Sum of RGB (Red+Green+Blue) = 242+117+119=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F27577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27577 is #0D8A88. Grayscale: #9A9A9A. Windows color (decimal): -887433 or 7828978. OLE color: 7828978.

HSL color Cylindrical-coordinate representation of color #F27577: hue angle of 359.04º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27577 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 119 -
CMYK 0 0.52 0.51 0.05
HSL 359.04º 0.83% 0.7% -
HSV(B) 359.04º 0.52% 0.95% -
XYZ 46.31 32.93 21.37 -
YUV 154.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 242 117 119 0 0.52 0.51 0.05 359.04 0.83 0.7
Hex F2 75 77 0 34 33 5 167 53 46
Octal 362 165 167 0 64 63 5 547 123 106
Binary 11110010 1110101 1110111 0 110100 110011 101 101100111 1010011 1000110

Color Harmonies of #F27577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27577

Black with #F27577

Text Example


Text Example

White with #F27577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27577; }

 p { color: rgb(242,117,119); }

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

background-color css

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

 a { background-color: rgb(242,117,119); }

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

border-color css

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

 span { border-color: rgb(242,117,119); }

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