Html Css Color HEX #F67273 Froly

📋 copy color: '#F67273'

red 246 ◦ green 114 ◦ blue 115

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

Shades of Froly #F67273

Tints of Froly #F67273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.21%

R = 51.79%
G = 24%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F67273 (or 0xF67273) is known color: Froly. HEX triplet: F6, 72 and 73. RGB value is (246,114,115). Sum of RGB (Red+Green+Blue) = 246+114+115=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F67273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67273 is #098D8C. Grayscale: #999999. Windows color (decimal): -626061 or 7566070. OLE color: 7566070.

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

Color convert

RGB 246 114 115 -
CMYK 0 0.54 0.53 0.04
HSL 359.55º 0.88% 0.71% -
HSV(B) 359.55º 0.54% 0.96% -
XYZ 47.12 32.87 20.08 -
YUV 153.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 246 114 115 0 0.54 0.53 0.04 359.55 0.88 0.71
Hex F6 72 73 0 36 35 4 168 58 47
Octal 366 162 163 0 66 65 4 550 130 107
Binary 11110110 1110010 1110011 0 110110 110101 100 101101000 1011000 1000111

Color Harmonies of #F67273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67273

Black with #F67273

Text Example


Text Example

White with #F67273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67273; }

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

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

background-color css

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

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

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

border-color css

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

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

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