Html Css Color HEX #F30CDB Hot Magenta

📋 copy color: '#F30CDB'

red 243 ◦ green 12 ◦ blue 219

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

Shades of Hot Magenta #F30CDB

Tints of Hot Magenta #F30CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

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

R = 51.27%
G = 2.53%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F30CDB (or 0xF30CDB) is known color: Hot Magenta. HEX triplet: F3, 0C and DB. RGB value is (243,12,219). Sum of RGB (Red+Green+Blue) = 243+12+219=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CDB is #0CF324. Grayscale: #686868. Windows color (decimal): -848677 or 14355699. OLE color: 14355699.

HSL color Cylindrical-coordinate representation of color #F30CDB: hue angle of 306.23º 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 #F30CDB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 12 219 -
CMYK 0 0.95 0.10 0.05
HSL 306.23º 0.91% 0.5% -
HSV(B) 306.23º 0.95% 0.95% -
XYZ 49.88 24.43 69.1 -
YUV 104.67 192.53 226.67 -
System Red Green Blue C M Y K H S L
Decimal 243 12 219 0 0.95 0.10 0.05 306.23 0.91 0.5
Hex F3 C DB 0 5F A 5 132 5B 32
Octal 363 14 333 0 137 12 5 462 133 62
Binary 11110011 1100 11011011 0 1011111 1010 101 100110010 1011011 110010

Color Harmonies of #F30CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30CDB

Black with #F30CDB

Text Example


Text Example

White with #F30CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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