Html Css Color HEX #F96F90 Deep Blush

📋 copy color: '#F96F90'

red 249 ◦ green 111 ◦ blue 144

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

Shades of Deep Blush #F96F90

Tints of Deep Blush #F96F90

RGB

 RED value IS 249 (97.66% from 255) = 49.4%

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 49.4%
G = 22.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F96F90 (or 0xF96F90) is known color: Deep Blush. HEX triplet: F9, 6F and 90. RGB value is (249,111,144). Sum of RGB (Red+Green+Blue) = 249+111+144=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96F90 is #06906F. Grayscale: #9C9C9C. Windows color (decimal): -430192 or 9465849. OLE color: 9465849.

HSL color Cylindrical-coordinate representation of color #F96F90: hue angle of 345.65º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96F90 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 144 -
CMYK 0 0.55 0.42 0.02
HSL 345.65º 0.92% 0.71% -
HSV(B) 345.65º 0.55% 0.98% -
XYZ 49.79 33.52 30.23 -
YUV 156.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 249 111 144 0 0.55 0.42 0.02 345.65 0.92 0.71
Hex F9 6F 90 0 37 2A 2 15A 5C 47
Octal 371 157 220 0 67 52 2 532 134 107
Binary 11111001 1101111 10010000 0 110111 101010 10 101011010 1011100 1000111

Color Harmonies of #F96F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F90

Black with #F96F90

Text Example


Text Example

White with #F96F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F90; }

 p { color: rgb(249,111,144); }

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

background-color css

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

 a { background-color: rgb(249,111,144); }

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

border-color css

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

 span { border-color: rgb(249,111,144); }

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