Html Css Color HEX #F28CDF Pale Magenta

📋 copy color: '#F28CDF'

red 242 ◦ green 140 ◦ blue 223

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

Shades of Pale Magenta #F28CDF

Tints of Pale Magenta #F28CDF

RGB

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

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

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

R = 40%
G = 23.14%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F28CDF (or 0xF28CDF) is known color: Pale Magenta. HEX triplet: F2, 8C and DF. RGB value is (242,140,223). Sum of RGB (Red+Green+Blue) = 242+140+223=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CDF is #0D7320. Grayscale: #B3B3B3. Windows color (decimal): -881441 or 14650610. OLE color: 14650610.

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

Color convert

RGB 242 140 223 -
CMYK 0 0.42 0.08 0.05
HSL 311.18º 0.8% 0.75% -
HSV(B) 311.18º 0.42% 0.95% -
XYZ 59.32 42.96 74.98 -
YUV 179.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 242 140 223 0 0.42 0.08 0.05 311.18 0.8 0.75
Hex F2 8C DF 0 2A 8 5 137 50 4B
Octal 362 214 337 0 52 10 5 467 120 113
Binary 11110010 10001100 11011111 0 101010 1000 101 100110111 1010000 1001011

Color Harmonies of #F28CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28CDF

Black with #F28CDF

Text Example


Text Example

White with #F28CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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