Html Css Color HEX #F67071 Froly

📋 copy color: '#F67071'

red 246 ◦ green 112 ◦ blue 113

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

Shades of Froly #F67071

Tints of Froly #F67071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.78%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 52.23%
G = 23.78%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F67071 (or 0xF67071) is known color: Froly. HEX triplet: F6, 70 and 71. RGB value is (246,112,113). Sum of RGB (Red+Green+Blue) = 246+112+113=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F67071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67071 is #098F8E. Grayscale: #989898. Windows color (decimal): -626575 or 7434486. OLE color: 7434486.

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

Color convert

RGB 246 112 113 -
CMYK 0 0.54 0.54 0.04
HSL 359.55º 0.88% 0.7% -
HSV(B) 359.55º 0.54% 0.96% -
XYZ 46.78 32.37 19.41 -
YUV 152.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 246 112 113 0 0.54 0.54 0.04 359.55 0.88 0.7
Hex F6 70 71 0 36 36 4 168 58 46
Octal 366 160 161 0 66 66 4 550 130 106
Binary 11110110 1110000 1110001 0 110110 110110 100 101101000 1011000 1000110

Color Harmonies of #F67071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67071

Black with #F67071

Text Example


Text Example

White with #F67071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67071; }

 p { color: rgb(246,112,113); }

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

background-color css

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

 a { background-color: rgb(246,112,113); }

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

border-color css

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

 span { border-color: rgb(246,112,113); }

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