Html Css Color HEX #F06290 Deep Blush

📋 copy color: '#F06290'

red 240 ◦ green 98 ◦ blue 144

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

Shades of Deep Blush #F06290

Tints of Deep Blush #F06290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

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

R = 49.79%
G = 20.33%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F06290 (or 0xF06290) is known color: Deep Blush. HEX triplet: F0, 62 and 90. RGB value is (240,98,144). Sum of RGB (Red+Green+Blue) = 240+98+144=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F06290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06290 is #0F9D6F. Grayscale: #919191. Windows color (decimal): -1023344 or 9462512. OLE color: 9462512.

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

Color convert

RGB 240 98 144 -
CMYK 0 0.59 0.4 0.06
HSL 340.56º 0.83% 0.66% -
HSV(B) 340.56º 0.59% 0.94% -
XYZ 45.34 29.27 29.65 -
YUV 145.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 240 98 144 0 0.59 0.4 0.06 340.56 0.83 0.66
Hex F0 62 90 0 3B 28 6 155 53 42
Octal 360 142 220 0 73 50 6 525 123 102
Binary 11110000 1100010 10010000 0 111011 101000 110 101010101 1010011 1000010

Color Harmonies of #F06290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06290

Black with #F06290

Text Example


Text Example

White with #F06290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06290; }

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

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

background-color css

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

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

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

border-color css

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

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

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