Html Css Color HEX #F06590 Deep Blush

📋 copy color: '#F06590'

red 240 ◦ green 101 ◦ blue 144

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

Shades of Deep Blush #F06590

Tints of Deep Blush #F06590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

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

R = 49.48%
G = 20.82%
B = 29.69%

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

#F06590 (or 0xF06590) is known color: Deep Blush. HEX triplet: F0, 65 and 90. RGB value is (240,101,144). Sum of RGB (Red+Green+Blue) = 240+101+144=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F06590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06590 is #0F9A6F. Grayscale: #939393. Windows color (decimal): -1022576 or 9463280. OLE color: 9463280.

HSL color Cylindrical-coordinate representation of color #F06590: hue angle of 341.44º 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 #F06590 is Cyan = 0, Magento = 0.58, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 144 -
CMYK 0 0.58 0.4 0.06
HSL 341.44º 0.82% 0.67% -
HSV(B) 341.44º 0.58% 0.94% -
XYZ 45.62 29.85 29.74 -
YUV 147.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 240 101 144 0 0.58 0.4 0.06 341.44 0.82 0.67
Hex F0 65 90 0 3A 28 6 155 52 43
Octal 360 145 220 0 72 50 6 525 122 103
Binary 11110000 1100101 10010000 0 111010 101000 110 101010101 1010010 1000011

Color Harmonies of #F06590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06590

Black with #F06590

Text Example


Text Example

White with #F06590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06590; }

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

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

background-color css

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

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

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

border-color css

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

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

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