Html Css Color HEX #F290DF Pale Magenta

📋 copy color: '#F290DF'

red 242 ◦ green 144 ◦ blue 223

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

Shades of Pale Magenta #F290DF

Tints of Pale Magenta #F290DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 39.74%
G = 23.65%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F290DF (or 0xF290DF) is known color: Pale Magenta. HEX triplet: F2, 90 and DF. RGB value is (242,144,223). Sum of RGB (Red+Green+Blue) = 242+144+223=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F290DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290DF is #0D6F20. Grayscale: #B6B6B6. Windows color (decimal): -880417 or 14651634. OLE color: 14651634.

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

Color convert

RGB 242 144 223 -
CMYK 0 0.40 0.08 0.05
HSL 311.63º 0.79% 0.76% -
HSV(B) 311.63º 0.4% 0.95% -
XYZ 59.91 44.15 75.18 -
YUV 182.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 242 144 223 0 0.40 0.08 0.05 311.63 0.79 0.76
Hex F2 90 DF 0 28 8 5 138 4F 4C
Octal 362 220 337 0 50 10 5 470 117 114
Binary 11110010 10010000 11011111 0 101000 1000 101 100111000 1001111 1001100

Color Harmonies of #F290DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290DF

Black with #F290DF

Text Example


Text Example

White with #F290DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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