Html Css Color HEX #F00DFB Magenta

📋 copy color: '#F00DFB'

red 240 ◦ green 13 ◦ blue 251

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

Shades of Magenta #F00DFB

Tints of Magenta #F00DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.58%

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

R = 47.62%
G = 2.58%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F00DFB (or 0xF00DFB) is known color: Magenta. HEX triplet: F0, 0D and FB. RGB value is (240,13,251). Sum of RGB (Red+Green+Blue) = 240+13+251=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #F00DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DFB is #0FF204. Grayscale: #6B6B6B. Windows color (decimal): -1044997 or 16453104. OLE color: 16453104.

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

Color convert

RGB 240 13 251 -
CMYK 0.04 0.95 0 0.02
HSL 297.23º 0.97% 0.52% -
HSV(B) 297.23º 0.95% 0.98% -
XYZ 53.49 25.78 93.42 -
YUV 108.01 208.71 222.15 -
System Red Green Blue C M Y K H S L
Decimal 240 13 251 0.04 0.95 0 0.02 297.23 0.97 0.52
Hex F0 D FB 4 5F 0 2 129 61 34
Octal 360 15 373 4 137 0 2 451 141 64
Binary 11110000 1101 11111011 100 1011111 0 10 100101001 1100001 110100

Color Harmonies of #F00DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DFB

Black with #F00DFB

Text Example


Text Example

White with #F00DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DFB; }

 p { color: rgb(240,13,251); }

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

background-color css

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

 a { background-color: rgb(240,13,251); }

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

border-color css

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

 span { border-color: rgb(240,13,251); }

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