Html Css Color HEX #F28FD5 Pale Magenta

📋 copy color: '#F28FD5'

red 242 ◦ green 143 ◦ blue 213

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

Shades of Pale Magenta #F28FD5

Tints of Pale Magenta #F28FD5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.91%

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 40.47%
G = 23.91%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F28FD5 (or 0xF28FD5) is known color: Pale Magenta. HEX triplet: F2, 8F and D5. RGB value is (242,143,213). Sum of RGB (Red+Green+Blue) = 242+143+213=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FD5 is #0D702A. Grayscale: #B4B4B4. Windows color (decimal): -880683 or 13996018. OLE color: 13996018.

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

Color convert

RGB 242 143 213 -
CMYK 0 0.41 0.12 0.05
HSL 317.58º 0.79% 0.75% -
HSV(B) 317.58º 0.41% 0.95% -
XYZ 58.45 43.33 68.23 -
YUV 180.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 242 143 213 0 0.41 0.12 0.05 317.58 0.79 0.75
Hex F2 8F D5 0 29 C 5 13E 4F 4B
Octal 362 217 325 0 51 14 5 476 117 113
Binary 11110010 10001111 11010101 0 101001 1100 101 100111110 1001111 1001011

Color Harmonies of #F28FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FD5

Black with #F28FD5

Text Example


Text Example

White with #F28FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FD5; }

 p { color: rgb(242,143,213); }

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

background-color css

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

 a { background-color: rgb(242,143,213); }

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

border-color css

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

 span { border-color: rgb(242,143,213); }

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