Html Css Color HEX #F67078 Froly

📋 copy color: '#F67078'

red 246 ◦ green 112 ◦ blue 120

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

Shades of Froly #F67078

Tints of Froly #F67078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 51.46%
G = 23.43%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F67078 (or 0xF67078) is known color: Froly. HEX triplet: F6, 70 and 78. RGB value is (246,112,120). Sum of RGB (Red+Green+Blue) = 246+112+120=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F67078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67078 is #098F87. Grayscale: #999999. Windows color (decimal): -626568 or 7893238. OLE color: 7893238.

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

Color convert

RGB 246 112 120 -
CMYK 0 0.54 0.51 0.04
HSL 356.42º 0.88% 0.7% -
HSV(B) 356.42º 0.54% 0.96% -
XYZ 47.19 32.54 21.56 -
YUV 152.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 246 112 120 0 0.54 0.51 0.04 356.42 0.88 0.7
Hex F6 70 78 0 36 33 4 164 58 46
Octal 366 160 170 0 66 63 4 544 130 106
Binary 11110110 1110000 1111000 0 110110 110011 100 101100100 1011000 1000110

Color Harmonies of #F67078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67078

Black with #F67078

Text Example


Text Example

White with #F67078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67078; }

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

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

background-color css

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

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

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

border-color css

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

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

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