Html Css Color HEX #F06990 Deep Blush

📋 copy color: '#F06990'

red 240 ◦ green 105 ◦ blue 144

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

Shades of Deep Blush #F06990

Tints of Deep Blush #F06990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

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

R = 49.08%
G = 21.47%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F06990 (or 0xF06990) is known color: Deep Blush. HEX triplet: F0, 69 and 90. RGB value is (240,105,144). Sum of RGB (Red+Green+Blue) = 240+105+144=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F06990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06990 is #0F966F. Grayscale: #959595. Windows color (decimal): -1021552 or 9464304. OLE color: 9464304.

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

Color convert

RGB 240 105 144 -
CMYK 0 0.56 0.4 0.06
HSL 342.67º 0.82% 0.68% -
HSV(B) 342.67º 0.56% 0.94% -
XYZ 46.02 30.64 29.87 -
YUV 149.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 240 105 144 0 0.56 0.4 0.06 342.67 0.82 0.68
Hex F0 69 90 0 38 28 6 157 52 44
Octal 360 151 220 0 70 50 6 527 122 104
Binary 11110000 1101001 10010000 0 111000 101000 110 101010111 1010010 1000100

Color Harmonies of #F06990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06990

Black with #F06990

Text Example


Text Example

White with #F06990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06990; }

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

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

background-color css

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

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

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

border-color css

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

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

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