Html Css Color HEX #F46696 Deep Blush

📋 copy color: '#F46696'

red 244 ◦ green 102 ◦ blue 150

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

Shades of Deep Blush #F46696

Tints of Deep Blush #F46696

RGB

 RED value IS 244 (95.7% from 255) = 49.19%

 GREEN value IS 102 (40.23% from 255) = 20.56%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 49.19%
G = 20.56%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F46696 (or 0xF46696) is known color: Deep Blush. HEX triplet: F4, 66 and 96. RGB value is (244,102,150). Sum of RGB (Red+Green+Blue) = 244+102+150=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F46696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46696 is #0B9969. Grayscale: #959595. Windows color (decimal): -760170 or 9856756. OLE color: 9856756.

HSL color Cylindrical-coordinate representation of color #F46696: hue angle of 339.72º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F46696 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 102 150 -
CMYK 0 0.58 0.39 0.04
HSL 339.72º 0.87% 0.68% -
HSV(B) 339.72º 0.58% 0.96% -
XYZ 47.56 30.94 32.32 -
YUV 149.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 244 102 150 0 0.58 0.39 0.04 339.72 0.87 0.68
Hex F4 66 96 0 3A 27 4 154 57 44
Octal 364 146 226 0 72 47 4 524 127 104
Binary 11110100 1100110 10010110 0 111010 100111 100 101010100 1010111 1000100

Color Harmonies of #F46696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46696

Black with #F46696

Text Example


Text Example

White with #F46696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46696; }

 p { color: rgb(244,102,150); }

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

background-color css

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

 a { background-color: rgb(244,102,150); }

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

border-color css

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

 span { border-color: rgb(244,102,150); }

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