Html Css Color HEX #F30BD8 Hot Magenta

📋 copy color: '#F30BD8'

red 243 ◦ green 11 ◦ blue 216

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

Shades of Hot Magenta #F30BD8

Tints of Hot Magenta #F30BD8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.34%

 BLUE value IS 216 (84.77% from 255) = 45.96%

R = 51.7%
G = 2.34%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F30BD8 (or 0xF30BD8) is known color: Hot Magenta. HEX triplet: F3, 0B and D8. RGB value is (243,11,216). Sum of RGB (Red+Green+Blue) = 243+11+216=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BD8 is #0CF427. Grayscale: #676767. Windows color (decimal): -848936 or 14158835. OLE color: 14158835.

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

Color convert

RGB 243 11 216 -
CMYK 0 0.95 0.11 0.05
HSL 306.98º 0.91% 0.5% -
HSV(B) 306.98º 0.95% 0.95% -
XYZ 49.48 24.25 67.04 -
YUV 103.74 191.36 227.33 -
System Red Green Blue C M Y K H S L
Decimal 243 11 216 0 0.95 0.11 0.05 306.98 0.91 0.5
Hex F3 B D8 0 5F B 5 133 5B 32
Octal 363 13 330 0 137 13 5 463 133 62
Binary 11110011 1011 11011000 0 1011111 1011 101 100110011 1011011 110010

Color Harmonies of #F30BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30BD8

Black with #F30BD8

Text Example


Text Example

White with #F30BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30BD8; }

 p { color: rgb(243,11,216); }

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

background-color css

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

 a { background-color: rgb(243,11,216); }

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

border-color css

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

 span { border-color: rgb(243,11,216); }

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