Html Css Color HEX #F06593 Deep Blush

📋 copy color: '#F06593'

red 240 ◦ green 101 ◦ blue 147

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

Shades of Deep Blush #F06593

Tints of Deep Blush #F06593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 49.18%
G = 20.7%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F06593 (or 0xF06593) is known color: Deep Blush. HEX triplet: F0, 65 and 93. RGB value is (240,101,147). Sum of RGB (Red+Green+Blue) = 240+101+147=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F06593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06593 is #0F9A6C. Grayscale: #939393. Windows color (decimal): -1022573 or 9659888. OLE color: 9659888.

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

Color convert

RGB 240 101 147 -
CMYK 0 0.58 0.39 0.06
HSL 340.14º 0.82% 0.67% -
HSV(B) 340.14º 0.58% 0.94% -
XYZ 45.86 29.94 30.97 -
YUV 147.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 240 101 147 0 0.58 0.39 0.06 340.14 0.82 0.67
Hex F0 65 93 0 3A 27 6 154 52 43
Octal 360 145 223 0 72 47 6 524 122 103
Binary 11110000 1100101 10010011 0 111010 100111 110 101010100 1010010 1000011

Color Harmonies of #F06593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06593

Black with #F06593

Text Example


Text Example

White with #F06593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06593; }

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

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

background-color css

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

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

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

border-color css

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

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

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