Html Css Color HEX #F27178 Froly

📋 copy color: '#F27178'

red 242 ◦ green 113 ◦ blue 120

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

Shades of Froly #F27178

Tints of Froly #F27178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

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

R = 50.95%
G = 23.79%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F27178 (or 0xF27178) is known color: Froly. HEX triplet: F2, 71 and 78. RGB value is (242,113,120). Sum of RGB (Red+Green+Blue) = 242+113+120=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F27178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27178 is #0D8E87. Grayscale: #989898. Windows color (decimal): -888456 or 7893490. OLE color: 7893490.

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

Color convert

RGB 242 113 120 -
CMYK 0 0.53 0.50 0.05
HSL 356.74º 0.83% 0.7% -
HSV(B) 356.74º 0.53% 0.95% -
XYZ 45.91 32.04 21.53 -
YUV 152.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 242 113 120 0 0.53 0.50 0.05 356.74 0.83 0.7
Hex F2 71 78 0 35 32 5 165 53 46
Octal 362 161 170 0 65 62 5 545 123 106
Binary 11110010 1110001 1111000 0 110101 110010 101 101100101 1010011 1000110

Color Harmonies of #F27178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27178

Black with #F27178

Text Example


Text Example

White with #F27178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27178; }

 p { color: rgb(242,113,120); }

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

background-color css

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

 a { background-color: rgb(242,113,120); }

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

border-color css

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

 span { border-color: rgb(242,113,120); }

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