Html Css Color HEX #F06992 Deep Blush

📋 copy color: '#F06992'

red 240 ◦ green 105 ◦ blue 146

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

Shades of Deep Blush #F06992

Tints of Deep Blush #F06992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.74%

R = 48.88%
G = 21.38%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F06992 (or 0xF06992) is known color: Deep Blush. HEX triplet: F0, 69 and 92. RGB value is (240,105,146). Sum of RGB (Red+Green+Blue) = 240+105+146=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F06992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06992 is #0F966D. Grayscale: #969696. Windows color (decimal): -1021550 or 9595376. OLE color: 9595376.

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

Color convert

RGB 240 105 146 -
CMYK 0 0.56 0.39 0.06
HSL 341.78º 0.82% 0.68% -
HSV(B) 341.78º 0.56% 0.94% -
XYZ 46.18 30.7 30.69 -
YUV 150.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 240 105 146 0 0.56 0.39 0.06 341.78 0.82 0.68
Hex F0 69 92 0 38 27 6 156 52 44
Octal 360 151 222 0 70 47 6 526 122 104
Binary 11110000 1101001 10010010 0 111000 100111 110 101010110 1010010 1000100

Color Harmonies of #F06992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06992

Black with #F06992

Text Example


Text Example

White with #F06992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06992; }

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

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

background-color css

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

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

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

border-color css

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

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

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