Html Css Color HEX #FF6FE6 Pale Magenta

📋 copy color: '#FF6FE6'

red 255 ◦ green 111 ◦ blue 230

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

Shades of Pale Magenta #FF6FE6

Tints of Pale Magenta #FF6FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.59%

R = 42.79%
G = 18.62%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF6FE6 (or 0xFF6FE6) is known color: Pale Magenta. HEX triplet: FF, 6F and E6. RGB value is (255,111,230). Sum of RGB (Red+Green+Blue) = 255+111+230=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 111 (43.75% from 255 or 18.62% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FE6 is #009019. Grayscale: #A7A7A7. Windows color (decimal): -36890 or 15101951. OLE color: 15101951.

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

Color convert

RGB 255 111 230 -
CMYK 0 0.56 0.10 0
HSL 310.42º 1% 0.72% -
HSV(B) 310.42º 0.56% 1% -
XYZ 61.21 38.34 79.04 -
YUV 167.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 255 111 230 0 0.56 0.10 0 310.42 1 0.72
Hex FF 6F E6 0 38 A 0 136 64 48
Octal 377 157 346 0 70 12 0 466 144 110
Binary 11111111 1101111 11100110 0 111000 1010 0 100110110 1100100 1001000

Color Harmonies of #FF6FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FE6

Black with #FF6FE6

Text Example


Text Example

White with #FF6FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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