Html Css Color HEX #FF27F7 Magenta

📋 copy color: '#FF27F7'

red 255 ◦ green 39 ◦ blue 247

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

Shades of Magenta #FF27F7

Tints of Magenta #FF27F7

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.21%

 BLUE value IS 247 (96.88% from 255) = 45.66%

R = 47.13%
G = 7.21%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF27F7 (or 0xFF27F7) is known color: Magenta. HEX triplet: FF, 27 and F7. RGB value is (255,39,247). Sum of RGB (Red+Green+Blue) = 255+39+247=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 39 (15.62% from 255 or 7.21% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF27F7 is #00D808. Grayscale: #7E7E7E. Windows color (decimal): -55305 or 16197631. OLE color: 16197631.

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

Color convert

RGB 255 39 247 -
CMYK 0 0.85 0.03 0
HSL 302.22º 1% 0.58% -
HSV(B) 302.22º 0.85% 1% -
XYZ 58.75 29.43 90.58 -
YUV 127.3 195.56 219.09 -
System Red Green Blue C M Y K H S L
Decimal 255 39 247 0 0.85 0.03 0 302.22 1 0.58
Hex FF 27 F7 0 55 3 0 12E 64 3A
Octal 377 47 367 0 125 3 0 456 144 72
Binary 11111111 100111 11110111 0 1010101 11 0 100101110 1100100 111010

Color Harmonies of #FF27F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF27F7

Black with #FF27F7

Text Example


Text Example

White with #FF27F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF27F7; }

 p { color: rgb(255,39,247); }

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

background-color css

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

 a { background-color: rgb(255,39,247); }

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

border-color css

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

 span { border-color: rgb(255,39,247); }

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