Html Css Color HEX #F06594 Deep Blush

📋 copy color: '#F06594'

red 240 ◦ green 101 ◦ blue 148

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

Shades of Deep Blush #F06594

Tints of Deep Blush #F06594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 49.08%
G = 20.65%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F06594 (or 0xF06594) is known color: Deep Blush. HEX triplet: F0, 65 and 94. RGB value is (240,101,148). Sum of RGB (Red+Green+Blue) = 240+101+148=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F06594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06594 is #0F9A6B. Grayscale: #939393. Windows color (decimal): -1022572 or 9725424. OLE color: 9725424.

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

Color convert

RGB 240 101 148 -
CMYK 0 0.58 0.38 0.06
HSL 339.71º 0.82% 0.67% -
HSV(B) 339.71º 0.58% 0.94% -
XYZ 45.93 29.97 31.38 -
YUV 147.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 240 101 148 0 0.58 0.38 0.06 339.71 0.82 0.67
Hex F0 65 94 0 3A 26 6 154 52 43
Octal 360 145 224 0 72 46 6 524 122 103
Binary 11110000 1100101 10010100 0 111010 100110 110 101010100 1010010 1000011

Color Harmonies of #F06594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06594

Black with #F06594

Text Example


Text Example

White with #F06594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06594; }

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

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

background-color css

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

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

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

border-color css

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

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

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