Html Css Color HEX #F00CFD Magenta

📋 copy color: '#F00CFD'

red 240 ◦ green 12 ◦ blue 253

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

Shades of Magenta #F00CFD

Tints of Magenta #F00CFD

RGB

 RED value IS 240 (94.14% from 255) = 47.52%

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

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

R = 47.52%
G = 2.38%
B = 50.1%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F00CFD (or 0xF00CFD) is known color: Magenta. HEX triplet: F0, 0C and FD. RGB value is (240,12,253). Sum of RGB (Red+Green+Blue) = 240+12+253=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 12 (5.08% from 255 or 2.38% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #F00CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CFD is #0FF302. Grayscale: #6A6A6A. Windows color (decimal): -1045251 or 16583920. OLE color: 16583920.

HSL color Cylindrical-coordinate representation of color #F00CFD: hue angle of 296.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 #F00CFD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 12 253 -
CMYK 0.05 0.95 0 0.01
HSL 296.76º 0.98% 0.52% -
HSV(B) 296.76º 0.95% 0.99% -
XYZ 53.8 25.88 95.09 -
YUV 107.65 210.04 222.4 -
System Red Green Blue C M Y K H S L
Decimal 240 12 253 0.05 0.95 0 0.01 296.76 0.98 0.52
Hex F0 C FD 5 5F 0 1 129 62 34
Octal 360 14 375 5 137 0 1 451 142 64
Binary 11110000 1100 11111101 101 1011111 0 1 100101001 1100010 110100

Color Harmonies of #F00CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CFD

Black with #F00CFD

Text Example


Text Example

White with #F00CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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