Html Css Color HEX #F67C7F Froly

📋 copy color: '#F67C7F'

red 246 ◦ green 124 ◦ blue 127

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

Shades of Froly #F67C7F

Tints of Froly #F67C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.55%

R = 49.5%
G = 24.95%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F67C7F (or 0xF67C7F) is known color: Froly. HEX triplet: F6, 7C and 7F. RGB value is (246,124,127). Sum of RGB (Red+Green+Blue) = 246+124+127=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C7F is #098380. Grayscale: #A0A0A0. Windows color (decimal): -623489 or 8355062. OLE color: 8355062.

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

Color convert

RGB 246 124 127 -
CMYK 0 0.50 0.48 0.04
HSL 358.52º 0.87% 0.73% -
HSV(B) 358.52º 0.5% 0.96% -
XYZ 49.04 35.54 24.35 -
YUV 160.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 246 124 127 0 0.50 0.48 0.04 358.52 0.87 0.73
Hex F6 7C 7F 0 32 30 4 167 57 49
Octal 366 174 177 0 62 60 4 547 127 111
Binary 11110110 1111100 1111111 0 110010 110000 100 101100111 1010111 1001001

Color Harmonies of #F67C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C7F

Black with #F67C7F

Text Example


Text Example

White with #F67C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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