Html Css Color HEX #F67375 Froly

📋 copy color: '#F67375'

red 246 ◦ green 115 ◦ blue 117

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

Shades of Froly #F67375

Tints of Froly #F67375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 51.46%
G = 24.06%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67375 (or 0xF67375) is known color: Froly. HEX triplet: F6, 73 and 75. RGB value is (246,115,117). Sum of RGB (Red+Green+Blue) = 246+115+117=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F67375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67375 is #098C8A. Grayscale: #9A9A9A. Windows color (decimal): -625803 or 7697398. OLE color: 7697398.

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

Color convert

RGB 246 115 117 -
CMYK 0 0.53 0.52 0.04
HSL 359.08º 0.88% 0.71% -
HSV(B) 359.08º 0.53% 0.96% -
XYZ 47.35 33.14 20.73 -
YUV 154.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 246 115 117 0 0.53 0.52 0.04 359.08 0.88 0.71
Hex F6 73 75 0 35 34 4 167 58 47
Octal 366 163 165 0 65 64 4 547 130 107
Binary 11110110 1110011 1110101 0 110101 110100 100 101100111 1011000 1000111

Color Harmonies of #F67375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67375

Black with #F67375

Text Example


Text Example

White with #F67375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67375; }

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

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

background-color css

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

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

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

border-color css

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

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

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