Html Css Color HEX #FF6FDE Pale Magenta

📋 copy color: '#FF6FDE'

red 255 ◦ green 111 ◦ blue 222

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

Shades of Pale Magenta #FF6FDE

Tints of Pale Magenta #FF6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 43.37%
G = 18.88%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF6FDE (or 0xFF6FDE) is known color: Pale Magenta. HEX triplet: FF, 6F and DE. RGB value is (255,111,222). Sum of RGB (Red+Green+Blue) = 255+111+222=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FDE is #009021. Grayscale: #A6A6A6. Windows color (decimal): -36898 or 14577663. OLE color: 14577663.

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

Color convert

RGB 255 111 222 -
CMYK 0 0.56 0.13 0
HSL 313.75º 1% 0.72% -
HSV(B) 313.75º 0.56% 1% -
XYZ 60.11 37.9 73.26 -
YUV 166.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 255 111 222 0 0.56 0.13 0 313.75 1 0.72
Hex FF 6F DE 0 38 D 0 13A 64 48
Octal 377 157 336 0 70 15 0 472 144 110
Binary 11111111 1101111 11011110 0 111000 1101 0 100111010 1100100 1001000

Color Harmonies of #FF6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FDE

Black with #FF6FDE

Text Example


Text Example

White with #FF6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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