Html Css Color HEX #F30CFA Magenta

📋 copy color: '#F30CFA'

red 243 ◦ green 12 ◦ blue 250

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

Shades of Magenta #F30CFA

Tints of Magenta #F30CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 48.12%
G = 2.38%
B = 49.5%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F30CFA (or 0xF30CFA) is known color: Magenta. HEX triplet: F3, 0C and FA. RGB value is (243,12,250). Sum of RGB (Red+Green+Blue) = 243+12+250=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 12 (5.08% from 255 or 2.38% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #F30CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CFA is #0CF305. Grayscale: #6B6B6B. Windows color (decimal): -848646 or 16387315. OLE color: 16387315.

HSL color Cylindrical-coordinate representation of color #F30CFA: hue angle of 298.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CFA is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 12 250 -
CMYK 0.03 0.95 0 0.02
HSL 298.24º 0.96% 0.51% -
HSV(B) 298.24º 0.95% 0.98% -
XYZ 54.35 26.22 92.64 -
YUV 108.2 208.03 224.15 -
System Red Green Blue C M Y K H S L
Decimal 243 12 250 0.03 0.95 0 0.02 298.24 0.96 0.51
Hex F3 C FA 3 5F 0 2 12A 60 33
Octal 363 14 372 3 137 0 2 452 140 63
Binary 11110011 1100 11111010 11 1011111 0 10 100101010 1100000 110011

Color Harmonies of #F30CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30CFA

Black with #F30CFA

Text Example


Text Example

White with #F30CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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