Html Css Color HEX #F06591 Deep Blush

📋 copy color: '#F06591'

red 240 ◦ green 101 ◦ blue 145

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

Shades of Deep Blush #F06591

Tints of Deep Blush #F06591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 49.38%
G = 20.78%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F06591 (or 0xF06591) is known color: Deep Blush. HEX triplet: F0, 65 and 91. RGB value is (240,101,145). Sum of RGB (Red+Green+Blue) = 240+101+145=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06591 is #0F9A6E. Grayscale: #939393. Windows color (decimal): -1022575 or 9528816. OLE color: 9528816.

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

Color convert

RGB 240 101 145 -
CMYK 0 0.58 0.40 0.06
HSL 341.01º 0.82% 0.67% -
HSV(B) 341.01º 0.58% 0.94% -
XYZ 45.7 29.88 30.15 -
YUV 147.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 240 101 145 0 0.58 0.40 0.06 341.01 0.82 0.67
Hex F0 65 91 0 3A 28 6 155 52 43
Octal 360 145 221 0 72 50 6 525 122 103
Binary 11110000 1100101 10010001 0 111010 101000 110 101010101 1010010 1000011

Color Harmonies of #F06591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06591

Black with #F06591

Text Example


Text Example

White with #F06591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06591; }

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

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

background-color css

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

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

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

border-color css

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

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

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