Html Css Color HEX #F06493 Deep Blush

📋 copy color: '#F06493'

red 240 ◦ green 100 ◦ blue 147

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

Shades of Deep Blush #F06493

Tints of Deep Blush #F06493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.53%

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

R = 49.28%
G = 20.53%
B = 30.18%

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

#F06493 (or 0xF06493) is known color: Deep Blush. HEX triplet: F0, 64 and 93. RGB value is (240,100,147). Sum of RGB (Red+Green+Blue) = 240+100+147=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F06493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06493 is #0F9B6C. Grayscale: #939393. Windows color (decimal): -1022829 or 9659632. OLE color: 9659632.

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

Color convert

RGB 240 100 147 -
CMYK 0 0.58 0.39 0.06
HSL 339.86º 0.82% 0.67% -
HSV(B) 339.86º 0.58% 0.94% -
XYZ 45.76 29.75 30.93 -
YUV 147.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 240 100 147 0 0.58 0.39 0.06 339.86 0.82 0.67
Hex F0 64 93 0 3A 27 6 154 52 43
Octal 360 144 223 0 72 47 6 524 122 103
Binary 11110000 1100100 10010011 0 111010 100111 110 101010100 1010010 1000011

Color Harmonies of #F06493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06493

Black with #F06493

Text Example


Text Example

White with #F06493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06493; }

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

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

background-color css

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

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

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

border-color css

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

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

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