Html Css Color HEX #F28DD4 Pale Magenta

📋 copy color: '#F28DD4'

red 242 ◦ green 141 ◦ blue 212

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

Shades of Pale Magenta #F28DD4

Tints of Pale Magenta #F28DD4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.7%

 BLUE value IS 212 (83.2% from 255) = 35.63%

R = 40.67%
G = 23.7%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F28DD4 (or 0xF28DD4) is known color: Pale Magenta. HEX triplet: F2, 8D and D4. RGB value is (242,141,212). Sum of RGB (Red+Green+Blue) = 242+141+212=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DD4 is #0D722B. Grayscale: #B3B3B3. Windows color (decimal): -881196 or 13929970. OLE color: 13929970.

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

Color convert

RGB 242 141 212 -
CMYK 0 0.42 0.12 0.05
HSL 317.82º 0.8% 0.75% -
HSV(B) 317.82º 0.42% 0.95% -
XYZ 58.03 42.68 67.47 -
YUV 179.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 242 141 212 0 0.42 0.12 0.05 317.82 0.8 0.75
Hex F2 8D D4 0 2A C 5 13E 50 4B
Octal 362 215 324 0 52 14 5 476 120 113
Binary 11110010 10001101 11010100 0 101010 1100 101 100111110 1010000 1001011

Color Harmonies of #F28DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DD4

Black with #F28DD4

Text Example


Text Example

White with #F28DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DD4; }

 p { color: rgb(242,141,212); }

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

background-color css

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

 a { background-color: rgb(242,141,212); }

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

border-color css

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

 span { border-color: rgb(242,141,212); }

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