Html Css Color HEX #FF6FE0 Pale Magenta

📋 copy color: '#FF6FE0'

red 255 ◦ green 111 ◦ blue 224

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

Shades of Pale Magenta #FF6FE0

Tints of Pale Magenta #FF6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 43.22%
G = 18.81%
B = 37.97%

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

#FF6FE0 (or 0xFF6FE0) is known color: Pale Magenta. HEX triplet: FF, 6F and E0. RGB value is (255,111,224). Sum of RGB (Red+Green+Blue) = 255+111+224=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FE0 is #00901F. Grayscale: #A6A6A6. Windows color (decimal): -36896 or 14708735. OLE color: 14708735.

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

Color convert

RGB 255 111 224 -
CMYK 0 0.56 0.12 0
HSL 312.92º 1% 0.72% -
HSV(B) 312.92º 0.56% 1% -
XYZ 60.38 38.01 74.68 -
YUV 166.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 255 111 224 0 0.56 0.12 0 312.92 1 0.72
Hex FF 6F E0 0 38 C 0 139 64 48
Octal 377 157 340 0 70 14 0 471 144 110
Binary 11111111 1101111 11100000 0 111000 1100 0 100111001 1100100 1001000

Color Harmonies of #FF6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FE0

Black with #FF6FE0

Text Example


Text Example

White with #FF6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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