Html Css Color HEX #F30BFB Magenta

📋 copy color: '#F30BFB'

red 243 ◦ green 11 ◦ blue 251

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

Shades of Magenta #F30BFB

Tints of Magenta #F30BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.18%

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 48.12%
G = 2.18%
B = 49.7%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F30BFB (or 0xF30BFB) is known color: Magenta. HEX triplet: F3, 0B and FB. RGB value is (243,11,251). Sum of RGB (Red+Green+Blue) = 243+11+251=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 11 (4.69% from 255 or 2.18% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #F30BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30BFB is #0CF404. Grayscale: #6A6A6A. Windows color (decimal): -848901 or 16452595. OLE color: 16452595.

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

Color convert

RGB 243 11 251 -
CMYK 0.03 0.96 0 0.02
HSL 298º 0.97% 0.51% -
HSV(B) 298º 0.96% 0.98% -
XYZ 54.49 26.26 93.46 -
YUV 107.73 208.86 224.49 -
System Red Green Blue C M Y K H S L
Decimal 243 11 251 0.03 0.96 0 0.02 298 0.97 0.51
Hex F3 B FB 3 60 0 2 12A 61 33
Octal 363 13 373 3 140 0 2 452 141 63
Binary 11110011 1011 11111011 11 1100000 0 10 100101010 1100001 110011

Color Harmonies of #F30BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30BFB

Black with #F30BFB

Text Example


Text Example

White with #F30BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30BFB; }

 p { color: rgb(243,11,251); }

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

background-color css

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

 a { background-color: rgb(243,11,251); }

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

border-color css

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

 span { border-color: rgb(243,11,251); }

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