Html Css Color HEX #F290DA Pale Magenta

📋 copy color: '#F290DA'

red 242 ◦ green 144 ◦ blue 218

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

Shades of Pale Magenta #F290DA

Tints of Pale Magenta #F290DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 40.07%
G = 23.84%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F290DA (or 0xF290DA) is known color: Pale Magenta. HEX triplet: F2, 90 and DA. RGB value is (242,144,218). Sum of RGB (Red+Green+Blue) = 242+144+218=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F290DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290DA is #0D6F25. Grayscale: #B5B5B5. Windows color (decimal): -880422 or 14323954. OLE color: 14323954.

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

Color convert

RGB 242 144 218 -
CMYK 0 0.40 0.10 0.05
HSL 314.69º 0.79% 0.76% -
HSV(B) 314.69º 0.4% 0.95% -
XYZ 59.25 43.89 71.68 -
YUV 181.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 242 144 218 0 0.40 0.10 0.05 314.69 0.79 0.76
Hex F2 90 DA 0 28 A 5 13B 4F 4C
Octal 362 220 332 0 50 12 5 473 117 114
Binary 11110010 10010000 11011010 0 101000 1010 101 100111011 1001111 1001100

Color Harmonies of #F290DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290DA

Black with #F290DA

Text Example


Text Example

White with #F290DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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