Html Css Color HEX #F30CE4 Hot Magenta

📋 copy color: '#F30CE4'

red 243 ◦ green 12 ◦ blue 228

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

Shades of Hot Magenta #F30CE4

Tints of Hot Magenta #F30CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.2%

R = 50.31%
G = 2.48%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F30CE4 (or 0xF30CE4) is known color: Hot Magenta. HEX triplet: F3, 0C and E4. RGB value is (243,12,228). Sum of RGB (Red+Green+Blue) = 243+12+228=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CE4 is #0CF31B. Grayscale: #696969. Windows color (decimal): -848668 or 14945523. OLE color: 14945523.

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

Color convert

RGB 243 12 228 -
CMYK 0 0.95 0.06 0.05
HSL 303.9º 0.91% 0.5% -
HSV(B) 303.9º 0.95% 0.95% -
XYZ 51.1 24.92 75.52 -
YUV 105.69 197.03 225.94 -
System Red Green Blue C M Y K H S L
Decimal 243 12 228 0 0.95 0.06 0.05 303.9 0.91 0.5
Hex F3 C E4 0 5F 6 5 130 5B 32
Octal 363 14 344 0 137 6 5 460 133 62
Binary 11110011 1100 11100100 0 1011111 110 101 100110000 1011011 110010

Color Harmonies of #F30CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30CE4

Black with #F30CE4

Text Example


Text Example

White with #F30CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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