Html Css Color HEX #F67391 Deep Blush

📋 copy color: '#F67391'

red 246 ◦ green 115 ◦ blue 145

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

Shades of Deep Blush #F67391

Tints of Deep Blush #F67391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 48.62%
G = 22.73%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F67391 (or 0xF67391) is known color: Deep Blush. HEX triplet: F6, 73 and 91. RGB value is (246,115,145). Sum of RGB (Red+Green+Blue) = 246+115+145=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F67391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67391 is #098C6E. Grayscale: #9D9D9D. Windows color (decimal): -625775 or 9532406. OLE color: 9532406.

HSL color Cylindrical-coordinate representation of color #F67391: hue angle of 346.26º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67391 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 145 -
CMYK 0 0.53 0.41 0.04
HSL 346.26º 0.88% 0.71% -
HSV(B) 346.26º 0.53% 0.96% -
XYZ 49.25 33.9 30.74 -
YUV 157.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 246 115 145 0 0.53 0.41 0.04 346.26 0.88 0.71
Hex F6 73 91 0 35 29 4 15A 58 47
Octal 366 163 221 0 65 51 4 532 130 107
Binary 11110110 1110011 10010001 0 110101 101001 100 101011010 1011000 1000111

Color Harmonies of #F67391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67391

Black with #F67391

Text Example


Text Example

White with #F67391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67391; }

 p { color: rgb(246,115,145); }

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

background-color css

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

 a { background-color: rgb(246,115,145); }

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

border-color css

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

 span { border-color: rgb(246,115,145); }

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