Html Css Color HEX #F06492 Deep Blush

📋 copy color: '#F06492'

red 240 ◦ green 100 ◦ blue 146

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

Shades of Deep Blush #F06492

Tints of Deep Blush #F06492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

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

R = 49.38%
G = 20.58%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F06492 (or 0xF06492) is known color: Deep Blush. HEX triplet: F0, 64 and 92. RGB value is (240,100,146). Sum of RGB (Red+Green+Blue) = 240+100+146=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06492 is #0F9B6D. Grayscale: #939393. Windows color (decimal): -1022830 or 9594096. OLE color: 9594096.

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

Color convert

RGB 240 100 146 -
CMYK 0 0.58 0.39 0.06
HSL 340.29º 0.82% 0.67% -
HSV(B) 340.29º 0.58% 0.94% -
XYZ 45.68 29.71 30.52 -
YUV 147.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 240 100 146 0 0.58 0.39 0.06 340.29 0.82 0.67
Hex F0 64 92 0 3A 27 6 154 52 43
Octal 360 144 222 0 72 47 6 524 122 103
Binary 11110000 1100100 10010010 0 111010 100111 110 101010100 1010010 1000011

Color Harmonies of #F06492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06492

Black with #F06492

Text Example


Text Example

White with #F06492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06492; }

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

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

background-color css

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

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

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

border-color css

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

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

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