Html Css Color HEX #F80CFD Magenta

📋 copy color: '#F80CFD'

red 248 ◦ green 12 ◦ blue 253

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

Shades of Magenta #F80CFD

Tints of Magenta #F80CFD

RGB

 RED value IS 248 (97.27% from 255) = 48.34%

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 48.34%
G = 2.34%
B = 49.32%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F80CFD (or 0xF80CFD) is known color: Magenta. HEX triplet: F8, 0C and FD. RGB value is (248,12,253). Sum of RGB (Red+Green+Blue) = 248+12+253=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 12 (5.08% from 255 or 2.34% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #F80CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CFD is #07F302. Grayscale: #6D6D6D. Windows color (decimal): -520963 or 16583928. OLE color: 16583928.

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

Color convert

RGB 248 12 253 -
CMYK 0.02 0.95 0 0.01
HSL 298.76º 0.98% 0.52% -
HSV(B) 298.76º 0.95% 0.99% -
XYZ 56.57 27.31 95.22 -
YUV 110.04 208.69 226.4 -
System Red Green Blue C M Y K H S L
Decimal 248 12 253 0.02 0.95 0 0.01 298.76 0.98 0.52
Hex F8 C FD 2 5F 0 1 12B 62 34
Octal 370 14 375 2 137 0 1 453 142 64
Binary 11111000 1100 11111101 10 1011111 0 1 100101011 1100010 110100

Color Harmonies of #F80CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CFD

Black with #F80CFD

Text Example


Text Example

White with #F80CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CFD; }

 p { color: rgb(248,12,253); }

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

background-color css

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

 a { background-color: rgb(248,12,253); }

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

border-color css

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

 span { border-color: rgb(248,12,253); }

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