Html Css Color HEX #FE6FDF Pale Magenta

📋 copy color: '#FE6FDF'

red 254 ◦ green 111 ◦ blue 223

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

Shades of Pale Magenta #FE6FDF

Tints of Pale Magenta #FE6FDF

RGB

 RED value IS 254 (99.61% from 255) = 43.2%

 GREEN value IS 111 (43.75% from 255) = 18.88%

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

R = 43.2%
G = 18.88%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE6FDF (or 0xFE6FDF) is known color: Pale Magenta. HEX triplet: FE, 6F and DF. RGB value is (254,111,223). Sum of RGB (Red+Green+Blue) = 254+111+223=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDF is #019020. Grayscale: #A6A6A6. Windows color (decimal): -102433 or 14643198. OLE color: 14643198.

HSL color Cylindrical-coordinate representation of color #FE6FDF: hue angle of 313.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FDF is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 111 223 -
CMYK 0 0.56 0.12 0.00
HSL 313.01º 0.99% 0.72% -
HSV(B) 313.01º 0.56% 1% -
XYZ 59.88 37.77 73.95 -
YUV 166.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 254 111 223 0 0.56 0.12 0.00 313.01 0.99 0.72
Hex FE 6F DF 0 38 C 0 139 63 48
Octal 376 157 337 0 70 14 0 471 143 110
Binary 11111110 1101111 11011111 0 111000 1100 0 100111001 1100011 1001000

Color Harmonies of #FE6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FDF

Black with #FE6FDF

Text Example


Text Example

White with #FE6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FDF; }

 p { color: rgb(254,111,223); }

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

background-color css

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

 a { background-color: rgb(254,111,223); }

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

border-color css

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

 span { border-color: rgb(254,111,223); }

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