Html Css Color HEX #F67277 Froly

📋 copy color: '#F67277'

red 246 ◦ green 114 ◦ blue 119

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

Shades of Froly #F67277

Tints of Froly #F67277

RGB

 RED value IS 246 (96.48% from 255) = 51.36%

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

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

R = 51.36%
G = 23.8%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67277 (or 0xF67277) is known color: Froly. HEX triplet: F6, 72 and 77. RGB value is (246,114,119). Sum of RGB (Red+Green+Blue) = 246+114+119=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F67277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67277 is #098D88. Grayscale: #9A9A9A. Windows color (decimal): -626057 or 7828214. OLE color: 7828214.

HSL color Cylindrical-coordinate representation of color #F67277: hue angle of 357.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67277 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 119 -
CMYK 0 0.54 0.52 0.04
HSL 357.73º 0.88% 0.71% -
HSV(B) 357.73º 0.54% 0.96% -
XYZ 47.35 32.96 21.32 -
YUV 154.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 246 114 119 0 0.54 0.52 0.04 357.73 0.88 0.71
Hex F6 72 77 0 36 34 4 166 58 47
Octal 366 162 167 0 66 64 4 546 130 107
Binary 11110110 1110010 1110111 0 110110 110100 100 101100110 1011000 1000111

Color Harmonies of #F67277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67277

Black with #F67277

Text Example


Text Example

White with #F67277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67277; }

 p { color: rgb(246,114,119); }

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

background-color css

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

 a { background-color: rgb(246,114,119); }

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

border-color css

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

 span { border-color: rgb(246,114,119); }

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