Html Css Color HEX #FF0CED Magenta

📋 copy color: '#FF0CED'

red 255 ◦ green 12 ◦ blue 237

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

Shades of Magenta #FF0CED

Tints of Magenta #FF0CED

RGB

 RED value IS 255 (100% from 255) = 50.6%

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

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

R = 50.6%
G = 2.38%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF0CED (or 0xFF0CED) is known color: Magenta. HEX triplet: FF, 0C and ED. RGB value is (255,12,237). Sum of RGB (Red+Green+Blue) = 255+12+237=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CED is #00F312. Grayscale: #6D6D6D. Windows color (decimal): -62227 or 15535359. OLE color: 15535359.

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

Color convert

RGB 255 12 237 -
CMYK 0 0.95 0.07 0
HSL 304.44º 1% 0.52% -
HSV(B) 304.44º 0.95% 1% -
XYZ 56.66 27.64 82.47 -
YUV 110.31 199.51 231.2 -
System Red Green Blue C M Y K H S L
Decimal 255 12 237 0 0.95 0.07 0 304.44 1 0.52
Hex FF C ED 0 5F 7 0 130 64 34
Octal 377 14 355 0 137 7 0 460 144 64
Binary 11111111 1100 11101101 0 1011111 111 0 100110000 1100100 110100

Color Harmonies of #FF0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0CED

Black with #FF0CED

Text Example


Text Example

White with #FF0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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