Html Css Color HEX #F28ADF Pale Magenta

📋 copy color: '#F28ADF'

red 242 ◦ green 138 ◦ blue 223

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

Shades of Pale Magenta #F28ADF

Tints of Pale Magenta #F28ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.89%

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

R = 40.13%
G = 22.89%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F28ADF (or 0xF28ADF) is known color: Pale Magenta. HEX triplet: F2, 8A and DF. RGB value is (242,138,223). Sum of RGB (Red+Green+Blue) = 242+138+223=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ADF is #0D7520. Grayscale: #B2B2B2. Windows color (decimal): -881953 or 14650098. OLE color: 14650098.

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

Color convert

RGB 242 138 223 -
CMYK 0 0.43 0.08 0.05
HSL 310.96º 0.8% 0.75% -
HSV(B) 310.96º 0.43% 0.95% -
XYZ 59.03 42.38 74.88 -
YUV 178.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 242 138 223 0 0.43 0.08 0.05 310.96 0.8 0.75
Hex F2 8A DF 0 2B 8 5 137 50 4B
Octal 362 212 337 0 53 10 5 467 120 113
Binary 11110010 10001010 11011111 0 101011 1000 101 100110111 1010000 1001011

Color Harmonies of #F28ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28ADF

Black with #F28ADF

Text Example


Text Example

White with #F28ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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