Html Css Color HEX #F291DC Pale Magenta

📋 copy color: '#F291DC'

red 242 ◦ green 145 ◦ blue 220

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

Shades of Pale Magenta #F291DC

Tints of Pale Magenta #F291DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 39.87%
G = 23.89%
B = 36.24%

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

#F291DC (or 0xF291DC) is known color: Pale Magenta. HEX triplet: F2, 91 and DC. RGB value is (242,145,220). Sum of RGB (Red+Green+Blue) = 242+145+220=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F291DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291DC is #0D6E23. Grayscale: #B6B6B6. Windows color (decimal): -880164 or 14455282. OLE color: 14455282.

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

Color convert

RGB 242 145 220 -
CMYK 0 0.40 0.09 0.05
HSL 313.61º 0.79% 0.76% -
HSV(B) 313.61º 0.4% 0.95% -
XYZ 59.66 44.3 73.12 -
YUV 182.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 242 145 220 0 0.40 0.09 0.05 313.61 0.79 0.76
Hex F2 91 DC 0 28 9 5 13A 4F 4C
Octal 362 221 334 0 50 11 5 472 117 114
Binary 11110010 10010001 11011100 0 101000 1001 101 100111010 1001111 1001100

Color Harmonies of #F291DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291DC

Black with #F291DC

Text Example


Text Example

White with #F291DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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