Html Css Color HEX #F28CDC Pale Magenta

📋 copy color: '#F28CDC'

red 242 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #F28CDC

Tints of Pale Magenta #F28CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.26%

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

R = 40.2%
G = 23.26%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F28CDC (or 0xF28CDC) is known color: Pale Magenta. HEX triplet: F2, 8C and DC. RGB value is (242,140,220). Sum of RGB (Red+Green+Blue) = 242+140+220=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CDC is #0D7323. Grayscale: #B3B3B3. Windows color (decimal): -881444 or 14454002. OLE color: 14454002.

HSL color Cylindrical-coordinate representation of color #F28CDC: hue angle of 312.94º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CDC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 220 -
CMYK 0 0.42 0.09 0.05
HSL 312.94º 0.8% 0.75% -
HSV(B) 312.94º 0.42% 0.95% -
XYZ 58.91 42.8 72.87 -
YUV 179.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 242 140 220 0 0.42 0.09 0.05 312.94 0.8 0.75
Hex F2 8C DC 0 2A 9 5 139 50 4B
Octal 362 214 334 0 52 11 5 471 120 113
Binary 11110010 10001100 11011100 0 101010 1001 101 100111001 1010000 1001011

Color Harmonies of #F28CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28CDC

Black with #F28CDC

Text Example


Text Example

White with #F28CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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