Html Css Color HEX #F28FDA Pale Magenta

📋 copy color: '#F28FDA'

red 242 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #F28FDA

Tints of Pale Magenta #F28FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 40.13%
G = 23.71%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F28FDA (or 0xF28FDA) is known color: Pale Magenta. HEX triplet: F2, 8F and DA. RGB value is (242,143,218). Sum of RGB (Red+Green+Blue) = 242+143+218=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FDA is #0D7025. Grayscale: #B4B4B4. Windows color (decimal): -880678 or 14323698. OLE color: 14323698.

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

Color convert

RGB 242 143 218 -
CMYK 0 0.41 0.10 0.05
HSL 314.55º 0.79% 0.75% -
HSV(B) 314.55º 0.41% 0.95% -
XYZ 59.1 43.58 71.63 -
YUV 181.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 242 143 218 0 0.41 0.10 0.05 314.55 0.79 0.75
Hex F2 8F DA 0 29 A 5 13B 4F 4B
Octal 362 217 332 0 51 12 5 473 117 113
Binary 11110010 10001111 11011010 0 101001 1010 101 100111011 1001111 1001011

Color Harmonies of #F28FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FDA

Black with #F28FDA

Text Example


Text Example

White with #F28FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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