Html Css Color HEX #F27276 Froly

📋 copy color: '#F27276'

red 242 ◦ green 114 ◦ blue 118

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

Shades of Froly #F27276

Tints of Froly #F27276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.05%

 BLUE value IS 118 (46.48% from 255) = 24.89%

R = 51.05%
G = 24.05%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F27276 (or 0xF27276) is known color: Froly. HEX triplet: F2, 72 and 76. RGB value is (242,114,118). Sum of RGB (Red+Green+Blue) = 242+114+118=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F27276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27276 is #0D8D89. Grayscale: #989898. Windows color (decimal): -888202 or 7762674. OLE color: 7762674.

HSL color Cylindrical-coordinate representation of color #F27276: hue angle of 358.12º 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 #F27276 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 114 118 -
CMYK 0 0.53 0.51 0.05
HSL 358.13º 0.83% 0.7% -
HSV(B) 358.13º 0.53% 0.95% -
XYZ 45.91 32.22 20.94 -
YUV 152.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 242 114 118 0 0.53 0.51 0.05 358.13 0.83 0.7
Hex F2 72 76 0 35 33 5 166 53 46
Octal 362 162 166 0 65 63 5 546 123 106
Binary 11110010 1110010 1110110 0 110101 110011 101 101100110 1010011 1000110

Color Harmonies of #F27276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27276

Black with #F27276

Text Example


Text Example

White with #F27276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27276; }

 p { color: rgb(242,114,118); }

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

background-color css

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

 a { background-color: rgb(242,114,118); }

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

border-color css

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

 span { border-color: rgb(242,114,118); }

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