Html Css Color HEX #F30CEE Magenta

📋 copy color: '#F30CEE'

red 243 ◦ green 12 ◦ blue 238

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

Shades of Magenta #F30CEE

Tints of Magenta #F30CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 49.29%
G = 2.43%
B = 48.28%

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

#F30CEE (or 0xF30CEE) is known color: Magenta. HEX triplet: F3, 0C and EE. RGB value is (243,12,238). Sum of RGB (Red+Green+Blue) = 243+12+238=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CEE is #0CF311. Grayscale: #6A6A6A. Windows color (decimal): -848658 or 15600883. OLE color: 15600883.

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

Color convert

RGB 243 12 238 -
CMYK 0 0.95 0.02 0.05
HSL 301.3º 0.91% 0.5% -
HSV(B) 301.3º 0.95% 0.95% -
XYZ 52.53 25.49 83.04 -
YUV 106.83 202.03 225.12 -
System Red Green Blue C M Y K H S L
Decimal 243 12 238 0 0.95 0.02 0.05 301.3 0.91 0.5
Hex F3 C EE 0 5F 2 5 12D 5B 32
Octal 363 14 356 0 137 2 5 455 133 62
Binary 11110011 1100 11101110 0 1011111 10 101 100101101 1011011 110010

Color Harmonies of #F30CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30CEE

Black with #F30CEE

Text Example


Text Example

White with #F30CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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