Html Css Color HEX #F30FDD Hot Magenta

📋 copy color: '#F30FDD'

red 243 ◦ green 15 ◦ blue 221

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

Shades of Hot Magenta #F30FDD

Tints of Hot Magenta #F30FDD

RGB

 RED value IS 243 (95.31% from 255) = 50.73%

 GREEN value IS 15 (6.25% from 255) = 3.13%

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 50.73%
G = 3.13%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F30FDD (or 0xF30FDD) is known color: Hot Magenta. HEX triplet: F3, 0F and DD. RGB value is (243,15,221). Sum of RGB (Red+Green+Blue) = 243+15+221=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FDD is #0CF022. Grayscale: #6A6A6A. Windows color (decimal): -847907 or 14487539. OLE color: 14487539.

HSL color Cylindrical-coordinate representation of color #F30FDD: hue angle of 305.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FDD is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 15 221 -
CMYK 0 0.94 0.09 0.05
HSL 305.79º 0.9% 0.51% -
HSV(B) 305.79º 0.94% 0.95% -
XYZ 50.18 24.62 70.51 -
YUV 106.66 192.54 225.25 -
System Red Green Blue C M Y K H S L
Decimal 243 15 221 0 0.94 0.09 0.05 305.79 0.9 0.51
Hex F3 F DD 0 5E 9 5 132 5A 33
Octal 363 17 335 0 136 11 5 462 132 63
Binary 11110011 1111 11011101 0 1011110 1001 101 100110010 1011010 110011

Color Harmonies of #F30FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30FDD

Black with #F30FDD

Text Example


Text Example

White with #F30FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30FDD; }

 p { color: rgb(243,15,221); }

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

background-color css

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

 a { background-color: rgb(243,15,221); }

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

border-color css

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

 span { border-color: rgb(243,15,221); }

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