Html Css Color HEX #F06393 Deep Blush

📋 copy color: '#F06393'

red 240 ◦ green 99 ◦ blue 147

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

Shades of Deep Blush #F06393

Tints of Deep Blush #F06393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.37%

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

R = 49.38%
G = 20.37%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F06393 (or 0xF06393) is known color: Deep Blush. HEX triplet: F0, 63 and 93. RGB value is (240,99,147). Sum of RGB (Red+Green+Blue) = 240+99+147=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06393 is #0F9C6C. Grayscale: #929292. Windows color (decimal): -1023085 or 9659376. OLE color: 9659376.

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

Color convert

RGB 240 99 147 -
CMYK 0 0.59 0.39 0.06
HSL 339.57º 0.82% 0.66% -
HSV(B) 339.57º 0.59% 0.94% -
XYZ 45.66 29.56 30.9 -
YUV 146.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 240 99 147 0 0.59 0.39 0.06 339.57 0.82 0.66
Hex F0 63 93 0 3B 27 6 154 52 42
Octal 360 143 223 0 73 47 6 524 122 102
Binary 11110000 1100011 10010011 0 111011 100111 110 101010100 1010010 1000010

Color Harmonies of #F06393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06393

Black with #F06393

Text Example


Text Example

White with #F06393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06393; }

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

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

background-color css

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

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

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

border-color css

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

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

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