Html Css Color HEX #F292DD Pale Magenta

📋 copy color: '#F292DD'

red 242 ◦ green 146 ◦ blue 221

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

Shades of Pale Magenta #F292DD

Tints of Pale Magenta #F292DD

RGB

 RED value IS 242 (94.92% from 255) = 39.74%

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

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

R = 39.74%
G = 23.97%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F292DD (or 0xF292DD) is known color: Pale Magenta. HEX triplet: F2, 92 and DD. RGB value is (242,146,221). Sum of RGB (Red+Green+Blue) = 242+146+221=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F292DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292DD is #0D6D22. Grayscale: #B7B7B7. Windows color (decimal): -879907 or 14521074. OLE color: 14521074.

HSL color Cylindrical-coordinate representation of color #F292DD: hue angle of 313.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292DD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 146 221 -
CMYK 0 0.40 0.09 0.05
HSL 313.13º 0.79% 0.76% -
HSV(B) 313.13º 0.4% 0.95% -
XYZ 59.95 44.66 73.87 -
YUV 183.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 242 146 221 0 0.40 0.09 0.05 313.13 0.79 0.76
Hex F2 92 DD 0 28 9 5 139 4F 4C
Octal 362 222 335 0 50 11 5 471 117 114
Binary 11110010 10010010 11011101 0 101000 1001 101 100111001 1001111 1001100

Color Harmonies of #F292DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F292DD

Black with #F292DD

Text Example


Text Example

White with #F292DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F292DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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