Html Css Color HEX #F67C7E Froly

📋 copy color: '#F67C7E'

red 246 ◦ green 124 ◦ blue 126

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

Shades of Froly #F67C7E

Tints of Froly #F67C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 49.6%
G = 25%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F67C7E (or 0xF67C7E) is known color: Froly. HEX triplet: F6, 7C and 7E. RGB value is (246,124,126). Sum of RGB (Red+Green+Blue) = 246+124+126=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C7E is #098381. Grayscale: #A0A0A0. Windows color (decimal): -623490 or 8289526. OLE color: 8289526.

HSL color Cylindrical-coordinate representation of color #F67C7E: hue angle of 359.02º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67C7E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 124 126 -
CMYK 0 0.50 0.49 0.04
HSL 359.02º 0.87% 0.73% -
HSV(B) 359.02º 0.5% 0.96% -
XYZ 48.98 35.51 24.01 -
YUV 160.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 246 124 126 0 0.50 0.49 0.04 359.02 0.87 0.73
Hex F6 7C 7E 0 32 31 4 167 57 49
Octal 366 174 176 0 62 61 4 547 127 111
Binary 11110110 1111100 1111110 0 110010 110001 100 101100111 1010111 1001001

Color Harmonies of #F67C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C7E

Black with #F67C7E

Text Example


Text Example

White with #F67C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C7E; }

 p { color: rgb(246,124,126); }

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

background-color css

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

 a { background-color: rgb(246,124,126); }

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

border-color css

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

 span { border-color: rgb(246,124,126); }

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