Html Css Color HEX #F06994 Deep Blush

📋 copy color: '#F06994'

red 240 ◦ green 105 ◦ blue 148

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

Shades of Deep Blush #F06994

Tints of Deep Blush #F06994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

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

R = 48.68%
G = 21.3%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F06994 (or 0xF06994) is known color: Deep Blush. HEX triplet: F0, 69 and 94. RGB value is (240,105,148). Sum of RGB (Red+Green+Blue) = 240+105+148=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F06994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06994 is #0F966B. Grayscale: #969696. Windows color (decimal): -1021548 or 9726448. OLE color: 9726448.

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

Color convert

RGB 240 105 148 -
CMYK 0 0.56 0.38 0.06
HSL 340.89º 0.82% 0.68% -
HSV(B) 340.89º 0.56% 0.94% -
XYZ 46.33 30.77 31.51 -
YUV 150.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 240 105 148 0 0.56 0.38 0.06 340.89 0.82 0.68
Hex F0 69 94 0 38 26 6 155 52 44
Octal 360 151 224 0 70 46 6 525 122 104
Binary 11110000 1101001 10010100 0 111000 100110 110 101010101 1010010 1000100

Color Harmonies of #F06994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06994

Black with #F06994

Text Example


Text Example

White with #F06994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06994; }

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

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

background-color css

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

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

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

border-color css

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

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

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