Html Css Color HEX #F00FFB Magenta

📋 copy color: '#F00FFB'

red 240 ◦ green 15 ◦ blue 251

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

Shades of Magenta #F00FFB

Tints of Magenta #F00FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.96%

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

R = 47.43%
G = 2.96%
B = 49.6%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F00FFB (or 0xF00FFB) is known color: Magenta. HEX triplet: F0, 0F and FB. RGB value is (240,15,251). Sum of RGB (Red+Green+Blue) = 240+15+251=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 15 (6.25% from 255 or 2.96% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #F00FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FFB is #0FF004. Grayscale: #6C6C6C. Windows color (decimal): -1044485 or 16453616. OLE color: 16453616.

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

Color convert

RGB 240 15 251 -
CMYK 0.04 0.94 0 0.02
HSL 297.2º 0.97% 0.52% -
HSV(B) 297.2º 0.94% 0.98% -
XYZ 53.52 25.83 93.43 -
YUV 109.18 208.04 221.31 -
System Red Green Blue C M Y K H S L
Decimal 240 15 251 0.04 0.94 0 0.02 297.2 0.97 0.52
Hex F0 F FB 4 5E 0 2 129 61 34
Octal 360 17 373 4 136 0 2 451 141 64
Binary 11110000 1111 11111011 100 1011110 0 10 100101001 1100001 110100

Color Harmonies of #F00FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FFB

Black with #F00FFB

Text Example


Text Example

White with #F00FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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