Html Css Color HEX #F06192 Deep Blush

📋 copy color: '#F06192'

red 240 ◦ green 97 ◦ blue 146

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

Shades of Deep Blush #F06192

Tints of Deep Blush #F06192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 49.69%
G = 20.08%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F06192 (or 0xF06192) is known color: Deep Blush. HEX triplet: F0, 61 and 92. RGB value is (240,97,146). Sum of RGB (Red+Green+Blue) = 240+97+146=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F06192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06192 is #0F9E6D. Grayscale: #919191. Windows color (decimal): -1023598 or 9593328. OLE color: 9593328.

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

Color convert

RGB 240 97 146 -
CMYK 0 0.60 0.39 0.06
HSL 339.44º 0.83% 0.66% -
HSV(B) 339.44º 0.6% 0.94% -
XYZ 45.4 29.15 30.43 -
YUV 145.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 240 97 146 0 0.60 0.39 0.06 339.44 0.83 0.66
Hex F0 61 92 0 3C 27 6 153 53 42
Octal 360 141 222 0 74 47 6 523 123 102
Binary 11110000 1100001 10010010 0 111100 100111 110 101010011 1010011 1000010

Color Harmonies of #F06192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06192

Black with #F06192

Text Example


Text Example

White with #F06192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06192; }

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

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

background-color css

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

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

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

border-color css

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

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

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