Html Css Color HEX #F092DC Pale Magenta

📋 copy color: '#F092DC'

red 240 ◦ green 146 ◦ blue 220

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

Shades of Pale Magenta #F092DC

Tints of Pale Magenta #F092DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.09%

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 39.6%
G = 24.09%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F092DC (or 0xF092DC) is known color: Pale Magenta. HEX triplet: F0, 92 and DC. RGB value is (240,146,220). Sum of RGB (Red+Green+Blue) = 240+146+220=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F092DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092DC is #0F6D23. Grayscale: #B6B6B6. Windows color (decimal): -1010980 or 14455536. OLE color: 14455536.

HSL color Cylindrical-coordinate representation of color #F092DC: hue angle of 312.77º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092DC is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 220 -
CMYK 0 0.39 0.08 0.06
HSL 312.77º 0.76% 0.76% -
HSV(B) 312.77º 0.39% 0.94% -
XYZ 59.13 44.25 73.13 -
YUV 182.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 240 146 220 0 0.39 0.08 0.06 312.77 0.76 0.76
Hex F0 92 DC 0 27 8 6 139 4C 4C
Octal 360 222 334 0 47 10 6 471 114 114
Binary 11110000 10010010 11011100 0 100111 1000 110 100111001 1001100 1001100

Color Harmonies of #F092DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092DC

Black with #F092DC

Text Example


Text Example

White with #F092DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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