Html Css Color HEX #F305F1 Magenta

📋 copy color: '#F305F1'

red 243 ◦ green 5 ◦ blue 241

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

Shades of Magenta #F305F1

Tints of Magenta #F305F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 49.69%
G = 1.02%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F305F1 (or 0xF305F1) is known color: Magenta. HEX triplet: F3, 05 and F1. RGB value is (243,5,241). Sum of RGB (Red+Green+Blue) = 243+5+241=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F305F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F305F1 is #0CFA0E. Grayscale: #666666. Windows color (decimal): -850447 or 15795699. OLE color: 15795699.

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

Color convert

RGB 243 5 241 -
CMYK 0 0.98 0.01 0.05
HSL 300.5º 0.96% 0.49% -
HSV(B) 300.5º 0.98% 0.95% -
XYZ 52.89 25.51 85.36 -
YUV 103.07 205.85 227.81 -
System Red Green Blue C M Y K H S L
Decimal 243 5 241 0 0.98 0.01 0.05 300.5 0.96 0.49
Hex F3 5 F1 0 62 1 5 12D 60 31
Octal 363 5 361 0 142 1 5 455 140 61
Binary 11110011 101 11110001 0 1100010 1 101 100101101 1100000 110001

Color Harmonies of #F305F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F305F1

Black with #F305F1

Text Example


Text Example

White with #F305F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F305F1; }

 p { color: rgb(243,5,241); }

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

background-color css

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

 a { background-color: rgb(243,5,241); }

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

border-color css

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

 span { border-color: rgb(243,5,241); }

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