Html Css Color HEX #F00CED Magenta

📋 copy color: '#F00CED'

red 240 ◦ green 12 ◦ blue 237

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

Shades of Magenta #F00CED

Tints of Magenta #F00CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 49.08%
G = 2.45%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F00CED (or 0xF00CED) is known color: Magenta. HEX triplet: F0, 0C and ED. RGB value is (240,12,237). Sum of RGB (Red+Green+Blue) = 240+12+237=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CED is #0FF312. Grayscale: #696969. Windows color (decimal): -1045267 or 15535344. OLE color: 15535344.

HSL color Cylindrical-coordinate representation of color #F00CED: hue angle of 300.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CED is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 12 237 -
CMYK 0 0.95 0.01 0.06
HSL 300.79º 0.9% 0.49% -
HSV(B) 300.79º 0.95% 0.94% -
XYZ 51.35 24.9 82.22 -
YUV 105.82 202.04 223.7 -
System Red Green Blue C M Y K H S L
Decimal 240 12 237 0 0.95 0.01 0.06 300.79 0.9 0.49
Hex F0 C ED 0 5F 1 6 12D 5A 31
Octal 360 14 355 0 137 1 6 455 132 61
Binary 11110000 1100 11101101 0 1011111 1 110 100101101 1011010 110001

Color Harmonies of #F00CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CED

Black with #F00CED

Text Example


Text Example

White with #F00CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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