Html Css Color HEX #F06788 Deep Blush

📋 copy color: '#F06788'

red 240 ◦ green 103 ◦ blue 136

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

Shades of Deep Blush #F06788

Tints of Deep Blush #F06788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.5%

 BLUE value IS 136 (53.52% from 255) = 28.39%

R = 50.1%
G = 21.5%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F06788 (or 0xF06788) is known color: Deep Blush. HEX triplet: F0, 67 and 88. RGB value is (240,103,136). Sum of RGB (Red+Green+Blue) = 240+103+136=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F06788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06788 is #0F9877. Grayscale: #939393. Windows color (decimal): -1022072 or 8939504. OLE color: 8939504.

HSL color Cylindrical-coordinate representation of color #F06788: hue angle of 345.55º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06788 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 136 -
CMYK 0 0.57 0.43 0.06
HSL 345.55º 0.82% 0.67% -
HSV(B) 345.55º 0.57% 0.94% -
XYZ 45.23 30 26.7 -
YUV 147.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 240 103 136 0 0.57 0.43 0.06 345.55 0.82 0.67
Hex F0 67 88 0 39 2B 6 15A 52 43
Octal 360 147 210 0 71 53 6 532 122 103
Binary 11110000 1100111 10001000 0 111001 101011 110 101011010 1010010 1000011

Color Harmonies of #F06788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06788

Black with #F06788

Text Example


Text Example

White with #F06788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06788; }

 p { color: rgb(240,103,136); }

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

background-color css

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

 a { background-color: rgb(240,103,136); }

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

border-color css

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

 span { border-color: rgb(240,103,136); }

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