Html Css Color HEX #F06190 Deep Blush

📋 copy color: '#F06190'

red 240 ◦ green 97 ◦ blue 144

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

Shades of Deep Blush #F06190

Tints of Deep Blush #F06190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 49.9%
G = 20.17%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F06190 (or 0xF06190) is known color: Deep Blush. HEX triplet: F0, 61 and 90. RGB value is (240,97,144). Sum of RGB (Red+Green+Blue) = 240+97+144=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F06190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06190 is #0F9E6F. Grayscale: #919191. Windows color (decimal): -1023600 or 9462256. OLE color: 9462256.

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

Color convert

RGB 240 97 144 -
CMYK 0 0.60 0.4 0.06
HSL 340.28º 0.83% 0.66% -
HSV(B) 340.28º 0.6% 0.94% -
XYZ 45.24 29.09 29.62 -
YUV 145.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 240 97 144 0 0.60 0.4 0.06 340.28 0.83 0.66
Hex F0 61 90 0 3C 28 6 154 53 42
Octal 360 141 220 0 74 50 6 524 123 102
Binary 11110000 1100001 10010000 0 111100 101000 110 101010100 1010011 1000010

Color Harmonies of #F06190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06190

Black with #F06190

Text Example


Text Example

White with #F06190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06190; }

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

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

background-color css

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

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

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

border-color css

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

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

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