Html Css Color HEX #FD07E2 Hot Magenta

📋 copy color: '#FD07E2'

red 253 ◦ green 7 ◦ blue 226

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

Shades of Hot Magenta #FD07E2

Tints of Hot Magenta #FD07E2

RGB

 RED value IS 253 (99.22% from 255) = 52.06%

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

 BLUE value IS 226 (88.67% from 255) = 46.5%

R = 52.06%
G = 1.44%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD07E2 (or 0xFD07E2) is known color: Hot Magenta. HEX triplet: FD, 07 and E2. RGB value is (253,7,226). Sum of RGB (Red+Green+Blue) = 253+7+226=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD07E2 is #02F81D. Grayscale: #686868. Windows color (decimal): -194590 or 14813181. OLE color: 14813181.

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

Color convert

RGB 253 7 226 -
CMYK 0 0.97 0.11 0.01
HSL 306.59º 0.98% 0.51% -
HSV(B) 306.59º 0.97% 0.99% -
XYZ 54.31 26.53 74.21 -
YUV 105.52 196 233.19 -
System Red Green Blue C M Y K H S L
Decimal 253 7 226 0 0.97 0.11 0.01 306.59 0.98 0.51
Hex FD 7 E2 0 61 B 1 133 62 33
Octal 375 7 342 0 141 13 1 463 142 63
Binary 11111101 111 11100010 0 1100001 1011 1 100110011 1100010 110011

Color Harmonies of #FD07E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07E2

Black with #FD07E2

Text Example


Text Example

White with #FD07E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07E2; }

 p { color: rgb(253,7,226); }

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

background-color css

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

 a { background-color: rgb(253,7,226); }

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

border-color css

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

 span { border-color: rgb(253,7,226); }

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