Html Css Color HEX #FF6FEA Pale Magenta

📋 copy color: '#FF6FEA'

red 255 ◦ green 111 ◦ blue 234

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

Shades of Pale Magenta #FF6FEA

Tints of Pale Magenta #FF6FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 42.5%
G = 18.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF6FEA (or 0xFF6FEA) is known color: Pale Magenta. HEX triplet: FF, 6F and EA. RGB value is (255,111,234). Sum of RGB (Red+Green+Blue) = 255+111+234=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 111 (43.75% from 255 or 18.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FEA is #009015. Grayscale: #A7A7A7. Windows color (decimal): -36886 or 15364095. OLE color: 15364095.

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

Color convert

RGB 255 111 234 -
CMYK 0 0.56 0.08 0
HSL 308.75º 1% 0.72% -
HSV(B) 308.75º 0.56% 1% -
XYZ 61.78 38.57 82.03 -
YUV 168.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 255 111 234 0 0.56 0.08 0 308.75 1 0.72
Hex FF 6F EA 0 38 8 0 135 64 48
Octal 377 157 352 0 70 10 0 465 144 110
Binary 11111111 1101111 11101010 0 111000 1000 0 100110101 1100100 1001000

Color Harmonies of #FF6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FEA

Black with #FF6FEA

Text Example


Text Example

White with #FF6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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