Html Css Color HEX #F200D5 Hot Magenta

📋 copy color: '#F200D5'

red 242 ◦ green 0 ◦ blue 213

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

Shades of Hot Magenta #F200D5

Tints of Hot Magenta #F200D5

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 213 (83.59% from 255) = 46.81%

R = 53.19%
G = 0%
B = 46.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F200D5 (or 0xF200D5) is known color: Hot Magenta. HEX triplet: F2, 00 and D5. RGB value is (242,0,213). Sum of RGB (Red+Green+Blue) = 242+0+213=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F200D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200D5 is #0DFF2A. Grayscale: #606060. Windows color (decimal): -917291 or 13959410. OLE color: 13959410.

HSL color Cylindrical-coordinate representation of color #F200D5: hue angle of 307.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200D5 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 213 -
CMYK 0 1 0.12 0.05
HSL 307.19º 1% 0.47% -
HSV(B) 307.19º 1% 0.95% -
XYZ 48.63 23.68 64.96 -
YUV 96.64 193.67 231.68 -
System Red Green Blue C M Y K H S L
Decimal 242 0 213 0 1 0.12 0.05 307.19 1 0.47
Hex F2 0 D5 0 64 C 5 133 64 2F
Octal 362 0 325 0 144 14 5 463 144 57
Binary 11110010 0 11010101 0 1100100 1100 101 100110011 1100100 101111

Color Harmonies of #F200D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200D5

Black with #F200D5

Text Example


Text Example

White with #F200D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200D5; }

 p { color: rgb(242,0,213); }

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

background-color css

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

 a { background-color: rgb(242,0,213); }

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

border-color css

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

 span { border-color: rgb(242,0,213); }

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