Html Css Color HEX #F28FD4 Pale Magenta

📋 copy color: '#F28FD4'

red 242 ◦ green 143 ◦ blue 212

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

Shades of Pale Magenta #F28FD4

Tints of Pale Magenta #F28FD4

RGB

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

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

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

R = 40.54%
G = 23.95%
B = 35.51%

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

#F28FD4 (or 0xF28FD4) is known color: Pale Magenta. HEX triplet: F2, 8F and D4. RGB value is (242,143,212). Sum of RGB (Red+Green+Blue) = 242+143+212=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FD4 is #0D702B. Grayscale: #B4B4B4. Windows color (decimal): -880684 or 13930482. OLE color: 13930482.

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

Color convert

RGB 242 143 212 -
CMYK 0 0.41 0.12 0.05
HSL 318.18º 0.79% 0.75% -
HSV(B) 318.18º 0.41% 0.95% -
XYZ 58.32 43.28 67.57 -
YUV 180.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 242 143 212 0 0.41 0.12 0.05 318.18 0.79 0.75
Hex F2 8F D4 0 29 C 5 13E 4F 4B
Octal 362 217 324 0 51 14 5 476 117 113
Binary 11110010 10001111 11010100 0 101001 1100 101 100111110 1001111 1001011

Color Harmonies of #F28FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FD4

Black with #F28FD4

Text Example


Text Example

White with #F28FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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