Html Css Color HEX #FF07F4 Magenta

📋 copy color: '#FF07F4'

red 255 ◦ green 7 ◦ blue 244

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

Shades of Magenta #FF07F4

Tints of Magenta #FF07F4

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.38%

 BLUE value IS 244 (95.7% from 255) = 48.22%

R = 50.4%
G = 1.38%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF07F4 (or 0xFF07F4) is known color: Magenta. HEX triplet: FF, 07 and F4. RGB value is (255,7,244). Sum of RGB (Red+Green+Blue) = 255+7+244=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 7 (3.12% from 255 or 1.38% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07F4 is #00F80B. Grayscale: #6B6B6B. Windows color (decimal): -63500 or 15992831. OLE color: 15992831.

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

Color convert

RGB 255 7 244 -
CMYK 0 0.97 0.04 0
HSL 302.66º 1% 0.51% -
HSV(B) 302.66º 0.97% 1% -
XYZ 57.65 27.94 87.94 -
YUV 108.17 204.66 232.73 -
System Red Green Blue C M Y K H S L
Decimal 255 7 244 0 0.97 0.04 0 302.66 1 0.51
Hex FF 7 F4 0 61 4 0 12F 64 33
Octal 377 7 364 0 141 4 0 457 144 63
Binary 11111111 111 11110100 0 1100001 100 0 100101111 1100100 110011

Color Harmonies of #FF07F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07F4

Black with #FF07F4

Text Example


Text Example

White with #FF07F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07F4; }

 p { color: rgb(255,7,244); }

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

background-color css

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

 a { background-color: rgb(255,7,244); }

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

border-color css

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

 span { border-color: rgb(255,7,244); }

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