Html Css Color HEX #F67C7D Froly

📋 copy color: '#F67C7D'

red 246 ◦ green 124 ◦ blue 125

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

Shades of Froly #F67C7D

Tints of Froly #F67C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 49.7%
G = 25.05%
B = 25.25%

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

#F67C7D (or 0xF67C7D) is known color: Froly. HEX triplet: F6, 7C and 7D. RGB value is (246,124,125). Sum of RGB (Red+Green+Blue) = 246+124+125=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C7D is #098382. Grayscale: #A0A0A0. Windows color (decimal): -623491 or 8223990. OLE color: 8223990.

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

Color convert

RGB 246 124 125 -
CMYK 0 0.50 0.49 0.04
HSL 359.51º 0.87% 0.73% -
HSV(B) 359.51º 0.5% 0.96% -
XYZ 48.92 35.49 23.67 -
YUV 160.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 246 124 125 0 0.50 0.49 0.04 359.51 0.87 0.73
Hex F6 7C 7D 0 32 31 4 168 57 49
Octal 366 174 175 0 62 61 4 550 127 111
Binary 11110110 1111100 1111101 0 110010 110001 100 101101000 1010111 1001001

Color Harmonies of #F67C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C7D

Black with #F67C7D

Text Example


Text Example

White with #F67C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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