Html Css Color HEX #F30CEF Magenta

📋 copy color: '#F30CEF'

red 243 ◦ green 12 ◦ blue 239

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

Shades of Magenta #F30CEF

Tints of Magenta #F30CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 49.19%
G = 2.43%
B = 48.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F30CEF (or 0xF30CEF) is known color: Magenta. HEX triplet: F3, 0C and EF. RGB value is (243,12,239). Sum of RGB (Red+Green+Blue) = 243+12+239=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CEF is #0CF310. Grayscale: #6A6A6A. Windows color (decimal): -848657 or 15666419. OLE color: 15666419.

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

Color convert

RGB 243 12 239 -
CMYK 0 0.95 0.02 0.05
HSL 301.04º 0.91% 0.5% -
HSV(B) 301.04º 0.95% 0.95% -
XYZ 52.67 25.55 83.82 -
YUV 106.95 202.53 225.04 -
System Red Green Blue C M Y K H S L
Decimal 243 12 239 0 0.95 0.02 0.05 301.04 0.91 0.5
Hex F3 C EF 0 5F 2 5 12D 5B 32
Octal 363 14 357 0 137 2 5 455 133 62
Binary 11110011 1100 11101111 0 1011111 10 101 100101101 1011011 110010

Color Harmonies of #F30CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30CEF

Black with #F30CEF

Text Example


Text Example

White with #F30CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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