Html Css Color HEX #F530FB Magenta

📋 copy color: '#F530FB'

red 245 ◦ green 48 ◦ blue 251

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

Shades of Magenta #F530FB

Tints of Magenta #F530FB

RGB

 RED value IS 245 (96.09% from 255) = 45.04%

 GREEN value IS 48 (19.14% from 255) = 8.82%

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

R = 45.04%
G = 8.82%
B = 46.14%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F530FB (or 0xF530FB) is known color: Magenta. HEX triplet: F5, 30 and FB. RGB value is (245,48,251). Sum of RGB (Red+Green+Blue) = 245+48+251=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 48 (19.14% from 255 or 8.82% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #F530FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F530FB is #0ACF04. Grayscale: #818181. Windows color (decimal): -708357 or 16462069. OLE color: 16462069.

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

Color convert

RGB 245 48 251 -
CMYK 0.02 0.81 0 0.02
HSL 298.23º 0.96% 0.59% -
HSV(B) 298.23º 0.81% 0.98% -
XYZ 56.13 28.49 93.81 -
YUV 130.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 245 48 251 0.02 0.81 0 0.02 298.23 0.96 0.59
Hex F5 30 FB 2 51 0 2 12A 60 3B
Octal 365 60 373 2 121 0 2 452 140 73
Binary 11110101 110000 11111011 10 1010001 0 10 100101010 1100000 111011

Color Harmonies of #F530FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530FB

Black with #F530FB

Text Example


Text Example

White with #F530FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530FB; }

 p { color: rgb(245,48,251); }

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

background-color css

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

 a { background-color: rgb(245,48,251); }

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

border-color css

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

 span { border-color: rgb(245,48,251); }

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