Html Css Color HEX #F46D96 Deep Blush

📋 copy color: '#F46D96'

red 244 ◦ green 109 ◦ blue 150

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

Shades of Deep Blush #F46D96

Tints of Deep Blush #F46D96

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

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

R = 48.51%
G = 21.67%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F46D96 (or 0xF46D96) is known color: Deep Blush. HEX triplet: F4, 6D and 96. RGB value is (244,109,150). Sum of RGB (Red+Green+Blue) = 244+109+150=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46D96 is #0B9269. Grayscale: #9A9A9A. Windows color (decimal): -758378 or 9858548. OLE color: 9858548.

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

Color convert

RGB 244 109 150 -
CMYK 0 0.55 0.39 0.04
HSL 341.78º 0.86% 0.69% -
HSV(B) 341.78º 0.55% 0.96% -
XYZ 48.28 32.37 32.56 -
YUV 154.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 244 109 150 0 0.55 0.39 0.04 341.78 0.86 0.69
Hex F4 6D 96 0 37 27 4 156 56 45
Octal 364 155 226 0 67 47 4 526 126 105
Binary 11110100 1101101 10010110 0 110111 100111 100 101010110 1010110 1000101

Color Harmonies of #F46D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46D96

Black with #F46D96

Text Example


Text Example

White with #F46D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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