Html Css Color HEX #F06F90 Deep Blush

📋 copy color: '#F06F90'

red 240 ◦ green 111 ◦ blue 144

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

Shades of Deep Blush #F06F90

Tints of Deep Blush #F06F90

RGB

 RED value IS 240 (94.14% from 255) = 48.48%

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

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

R = 48.48%
G = 22.42%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F06F90 (or 0xF06F90) is known color: Deep Blush. HEX triplet: F0, 6F and 90. RGB value is (240,111,144). Sum of RGB (Red+Green+Blue) = 240+111+144=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F90 is #0F906F. Grayscale: #999999. Windows color (decimal): -1020016 or 9465840. OLE color: 9465840.

HSL color Cylindrical-coordinate representation of color #F06F90: hue angle of 344.65º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F90 is Cyan = 0, Magento = 0.54, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 144 -
CMYK 0 0.54 0.4 0.06
HSL 344.65º 0.81% 0.69% -
HSV(B) 344.65º 0.54% 0.94% -
XYZ 46.65 31.91 30.09 -
YUV 153.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 240 111 144 0 0.54 0.4 0.06 344.65 0.81 0.69
Hex F0 6F 90 0 36 28 6 159 51 45
Octal 360 157 220 0 66 50 6 531 121 105
Binary 11110000 1101111 10010000 0 110110 101000 110 101011001 1010001 1000101

Color Harmonies of #F06F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F90

Black with #F06F90

Text Example


Text Example

White with #F06F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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