Html Css Color HEX #F06598 Deep Blush

📋 copy color: '#F06598'

red 240 ◦ green 101 ◦ blue 152

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

Shades of Deep Blush #F06598

Tints of Deep Blush #F06598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 48.68%
G = 20.49%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F06598 (or 0xF06598) is known color: Deep Blush. HEX triplet: F0, 65 and 98. RGB value is (240,101,152). Sum of RGB (Red+Green+Blue) = 240+101+152=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F06598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06598 is #0F9A67. Grayscale: #949494. Windows color (decimal): -1022568 or 9987568. OLE color: 9987568.

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

Color convert

RGB 240 101 152 -
CMYK 0 0.58 0.37 0.06
HSL 337.99º 0.82% 0.67% -
HSV(B) 337.99º 0.58% 0.94% -
XYZ 46.26 30.1 33.08 -
YUV 148.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 240 101 152 0 0.58 0.37 0.06 337.99 0.82 0.67
Hex F0 65 98 0 3A 25 6 152 52 43
Octal 360 145 230 0 72 45 6 522 122 103
Binary 11110000 1100101 10011000 0 111010 100101 110 101010010 1010010 1000011

Color Harmonies of #F06598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06598

Black with #F06598

Text Example


Text Example

White with #F06598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06598; }

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

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

background-color css

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

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

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

border-color css

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

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

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