Html Css Color HEX #F27778 Froly

📋 copy color: '#F27778'

red 242 ◦ green 119 ◦ blue 120

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

Shades of Froly #F27778

Tints of Froly #F27778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

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

R = 50.31%
G = 24.74%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F27778 (or 0xF27778) is known color: Froly. HEX triplet: F2, 77 and 78. RGB value is (242,119,120). Sum of RGB (Red+Green+Blue) = 242+119+120=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F27778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27778 is #0D8887. Grayscale: #9C9C9C. Windows color (decimal): -886920 or 7895026. OLE color: 7895026.

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

Color convert

RGB 242 119 120 -
CMYK 0 0.51 0.50 0.05
HSL 359.51º 0.83% 0.71% -
HSV(B) 359.51º 0.51% 0.95% -
XYZ 46.6 33.43 21.77 -
YUV 155.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 242 119 120 0 0.51 0.50 0.05 359.51 0.83 0.71
Hex F2 77 78 0 33 32 5 168 53 47
Octal 362 167 170 0 63 62 5 550 123 107
Binary 11110010 1110111 1111000 0 110011 110010 101 101101000 1010011 1000111

Color Harmonies of #F27778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27778

Black with #F27778

Text Example


Text Example

White with #F27778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27778; }

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

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

background-color css

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

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

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

border-color css

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

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

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