Html Css Color HEX #F290DD Pale Magenta

📋 copy color: '#F290DD'

red 242 ◦ green 144 ◦ blue 221

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

Shades of Pale Magenta #F290DD

Tints of Pale Magenta #F290DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.72%

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

R = 39.87%
G = 23.72%
B = 36.41%

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

#F290DD (or 0xF290DD) is known color: Pale Magenta. HEX triplet: F2, 90 and DD. RGB value is (242,144,221). Sum of RGB (Red+Green+Blue) = 242+144+221=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F290DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290DD is #0D6F22. Grayscale: #B5B5B5. Windows color (decimal): -880419 or 14520562. OLE color: 14520562.

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

Color convert

RGB 242 144 221 -
CMYK 0 0.40 0.09 0.05
HSL 312.86º 0.79% 0.76% -
HSV(B) 312.86º 0.4% 0.95% -
XYZ 59.64 44.04 73.76 -
YUV 182.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 242 144 221 0 0.40 0.09 0.05 312.86 0.79 0.76
Hex F2 90 DD 0 28 9 5 139 4F 4C
Octal 362 220 335 0 50 11 5 471 117 114
Binary 11110010 10010000 11011101 0 101000 1001 101 100111001 1001111 1001100

Color Harmonies of #F290DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290DD

Black with #F290DD

Text Example


Text Example

White with #F290DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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