Html Css Color HEX #F67175 Froly

📋 copy color: '#F67175'

red 246 ◦ green 113 ◦ blue 117

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

Shades of Froly #F67175

Tints of Froly #F67175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

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

R = 51.68%
G = 23.74%
B = 24.58%

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

#F67175 (or 0xF67175) is known color: Froly. HEX triplet: F6, 71 and 75. RGB value is (246,113,117). Sum of RGB (Red+Green+Blue) = 246+113+117=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67175 is #098E8A. Grayscale: #999999. Windows color (decimal): -626315 or 7696886. OLE color: 7696886.

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

Color convert

RGB 246 113 117 -
CMYK 0 0.54 0.52 0.04
HSL 358.2º 0.88% 0.7% -
HSV(B) 358.2º 0.54% 0.96% -
XYZ 47.12 32.69 20.66 -
YUV 153.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 246 113 117 0 0.54 0.52 0.04 358.2 0.88 0.7
Hex F6 71 75 0 36 34 4 166 58 46
Octal 366 161 165 0 66 64 4 546 130 106
Binary 11110110 1110001 1110101 0 110110 110100 100 101100110 1011000 1000110

Color Harmonies of #F67175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67175

Black with #F67175

Text Example


Text Example

White with #F67175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67175; }

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

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

background-color css

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

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

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

border-color css

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

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

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