Html Css Color HEX #F291DD Pale Magenta

📋 copy color: '#F291DD'

red 242 ◦ green 145 ◦ blue 221

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

Shades of Pale Magenta #F291DD

Tints of Pale Magenta #F291DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.85%

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

R = 39.8%
G = 23.85%
B = 36.35%

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

#F291DD (or 0xF291DD) is known color: Pale Magenta. HEX triplet: F2, 91 and DD. RGB value is (242,145,221). Sum of RGB (Red+Green+Blue) = 242+145+221=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F291DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291DD is #0D6E22. Grayscale: #B6B6B6. Windows color (decimal): -880163 or 14520818. OLE color: 14520818.

HSL color Cylindrical-coordinate representation of color #F291DD: hue angle of 312.99º 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 #F291DD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 145 221 -
CMYK 0 0.40 0.09 0.05
HSL 312.99º 0.79% 0.76% -
HSV(B) 312.99º 0.4% 0.95% -
XYZ 59.79 44.35 73.82 -
YUV 182.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 242 145 221 0 0.40 0.09 0.05 312.99 0.79 0.76
Hex F2 91 DD 0 28 9 5 139 4F 4C
Octal 362 221 335 0 50 11 5 471 117 114
Binary 11110010 10010001 11011101 0 101000 1001 101 100111001 1001111 1001100

Color Harmonies of #F291DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291DD

Black with #F291DD

Text Example


Text Example

White with #F291DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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