Html Css Color HEX #FF6FE1 Pale Magenta

📋 copy color: '#FF6FE1'

red 255 ◦ green 111 ◦ blue 225

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

Shades of Pale Magenta #FF6FE1

Tints of Pale Magenta #FF6FE1

RGB

 RED value IS 255 (100% from 255) = 43.15%

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

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 43.15%
G = 18.78%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF6FE1 (or 0xFF6FE1) is known color: Pale Magenta. HEX triplet: FF, 6F and E1. RGB value is (255,111,225). Sum of RGB (Red+Green+Blue) = 255+111+225=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FE1 is #00901E. Grayscale: #A6A6A6. Windows color (decimal): -36895 or 14774271. OLE color: 14774271.

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

Color convert

RGB 255 111 225 -
CMYK 0 0.56 0.12 0
HSL 312.5º 1% 0.72% -
HSV(B) 312.5º 0.56% 1% -
XYZ 60.52 38.07 75.39 -
YUV 167.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 255 111 225 0 0.56 0.12 0 312.5 1 0.72
Hex FF 6F E1 0 38 C 0 138 64 48
Octal 377 157 341 0 70 14 0 470 144 110
Binary 11111111 1101111 11100001 0 111000 1100 0 100111000 1100100 1001000

Color Harmonies of #FF6FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FE1

Black with #FF6FE1

Text Example


Text Example

White with #FF6FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FE1; }

 p { color: rgb(255,111,225); }

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

background-color css

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

 a { background-color: rgb(255,111,225); }

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

border-color css

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

 span { border-color: rgb(255,111,225); }

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