Html Css Color HEX #F309FE Magenta

📋 copy color: '#F309FE'

red 243 ◦ green 9 ◦ blue 254

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

Shades of Magenta #F309FE

Tints of Magenta #F309FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.78%

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 48.02%
G = 1.78%
B = 50.2%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F309FE (or 0xF309FE) is known color: Magenta. HEX triplet: F3, 09 and FE. RGB value is (243,9,254). Sum of RGB (Red+Green+Blue) = 243+9+254=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 9 (3.91% from 255 or 1.78% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #F309FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F309FE is #0CF601. Grayscale: #6A6A6A. Windows color (decimal): -849410 or 16648691. OLE color: 16648691.

HSL color Cylindrical-coordinate representation of color #F309FE: hue angle of 297.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309FE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 9 254 -
CMYK 0.04 0.96 0 0.00
HSL 297.31º 0.99% 0.52% -
HSV(B) 297.31º 0.96% 1% -
XYZ 54.95 26.41 95.97 -
YUV 106.9 211.02 225.08 -
System Red Green Blue C M Y K H S L
Decimal 243 9 254 0.04 0.96 0 0.00 297.31 0.99 0.52
Hex F3 9 FE 4 60 0 0 129 63 34
Octal 363 11 376 4 140 0 0 451 143 64
Binary 11110011 1001 11111110 100 1100000 0 0 100101001 1100011 110100

Color Harmonies of #F309FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F309FE

Black with #F309FE

Text Example


Text Example

White with #F309FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F309FE; }

 p { color: rgb(243,9,254); }

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

background-color css

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

 a { background-color: rgb(243,9,254); }

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

border-color css

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

 span { border-color: rgb(243,9,254); }

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