Html Css Color HEX #F092DD Pale Magenta

📋 copy color: '#F092DD'

red 240 ◦ green 146 ◦ blue 221

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

Shades of Pale Magenta #F092DD

Tints of Pale Magenta #F092DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 39.54%
G = 24.05%
B = 36.41%

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

#F092DD (or 0xF092DD) is known color: Pale Magenta. HEX triplet: F0, 92 and DD. RGB value is (240,146,221). Sum of RGB (Red+Green+Blue) = 240+146+221=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F092DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092DD is #0F6D22. Grayscale: #B6B6B6. Windows color (decimal): -1010979 or 14521072. OLE color: 14521072.

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

Color convert

RGB 240 146 221 -
CMYK 0 0.39 0.08 0.06
HSL 312.13º 0.76% 0.76% -
HSV(B) 312.13º 0.39% 0.94% -
XYZ 59.27 44.3 73.83 -
YUV 182.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 240 146 221 0 0.39 0.08 0.06 312.13 0.76 0.76
Hex F0 92 DD 0 27 8 6 138 4C 4C
Octal 360 222 335 0 47 10 6 470 114 114
Binary 11110000 10010010 11011101 0 100111 1000 110 100111000 1001100 1001100

Color Harmonies of #F092DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092DD

Black with #F092DD

Text Example


Text Example

White with #F092DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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