Html Css Color HEX #F30ADB Hot Magenta

📋 copy color: '#F30ADB'

red 243 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #F30ADB

Tints of Hot Magenta #F30ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.12%

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 51.48%
G = 2.12%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F30ADB (or 0xF30ADB) is known color: Hot Magenta. HEX triplet: F3, 0A and DB. RGB value is (243,10,219). Sum of RGB (Red+Green+Blue) = 243+10+219=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ADB is #0CF524. Grayscale: #666666. Windows color (decimal): -849189 or 14355187. OLE color: 14355187.

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

Color convert

RGB 243 10 219 -
CMYK 0 0.96 0.10 0.05
HSL 306.18º 0.92% 0.5% -
HSV(B) 306.18º 0.96% 0.95% -
XYZ 49.86 24.39 69.1 -
YUV 103.49 193.19 227.51 -
System Red Green Blue C M Y K H S L
Decimal 243 10 219 0 0.96 0.10 0.05 306.18 0.92 0.5
Hex F3 A DB 0 60 A 5 132 5C 32
Octal 363 12 333 0 140 12 5 462 134 62
Binary 11110011 1010 11011011 0 1100000 1010 101 100110010 1011100 110010

Color Harmonies of #F30ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30ADB

Black with #F30ADB

Text Example


Text Example

White with #F30ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30ADB; }

 p { color: rgb(243,10,219); }

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

background-color css

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

 a { background-color: rgb(243,10,219); }

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

border-color css

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

 span { border-color: rgb(243,10,219); }

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