Html Css Color HEX #F06490 Deep Blush

📋 copy color: '#F06490'

red 240 ◦ green 100 ◦ blue 144

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

Shades of Deep Blush #F06490

Tints of Deep Blush #F06490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

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

R = 49.59%
G = 20.66%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F06490 (or 0xF06490) is known color: Deep Blush. HEX triplet: F0, 64 and 90. RGB value is (240,100,144). Sum of RGB (Red+Green+Blue) = 240+100+144=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F06490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06490 is #0F9B6F. Grayscale: #929292. Windows color (decimal): -1022832 or 9463024. OLE color: 9463024.

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

Color convert

RGB 240 100 144 -
CMYK 0 0.58 0.4 0.06
HSL 341.14º 0.82% 0.67% -
HSV(B) 341.14º 0.58% 0.94% -
XYZ 45.53 29.65 29.71 -
YUV 146.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 240 100 144 0 0.58 0.4 0.06 341.14 0.82 0.67
Hex F0 64 90 0 3A 28 6 155 52 43
Octal 360 144 220 0 72 50 6 525 122 103
Binary 11110000 1100100 10010000 0 111010 101000 110 101010101 1010010 1000011

Color Harmonies of #F06490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06490

Black with #F06490

Text Example


Text Example

White with #F06490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06490; }

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

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

background-color css

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

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

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

border-color css

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

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

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