Html Css Color HEX #FD0BEC Magenta

📋 copy color: '#FD0BEC'

red 253 ◦ green 11 ◦ blue 236

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

Shades of Magenta #FD0BEC

Tints of Magenta #FD0BEC

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

 GREEN value IS 11 (4.69% from 255) = 2.2%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 50.6%
G = 2.2%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD0BEC (or 0xFD0BEC) is known color: Magenta. HEX triplet: FD, 0B and EC. RGB value is (253,11,236). Sum of RGB (Red+Green+Blue) = 253+11+236=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 11 (4.69% from 255 or 2.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0BEC is #02F413. Grayscale: #6C6C6C. Windows color (decimal): -193556 or 15469565. OLE color: 15469565.

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

Color convert

RGB 253 11 236 -
CMYK 0 0.96 0.07 0.01
HSL 304.21º 0.98% 0.52% -
HSV(B) 304.21º 0.96% 0.99% -
XYZ 55.77 27.18 81.66 -
YUV 109.01 199.67 230.7 -
System Red Green Blue C M Y K H S L
Decimal 253 11 236 0 0.96 0.07 0.01 304.21 0.98 0.52
Hex FD B EC 0 60 7 1 130 62 34
Octal 375 13 354 0 140 7 1 460 142 64
Binary 11111101 1011 11101100 0 1100000 111 1 100110000 1100010 110100

Color Harmonies of #FD0BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0BEC

Black with #FD0BEC

Text Example


Text Example

White with #FD0BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0BEC; }

 p { color: rgb(253,11,236); }

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

background-color css

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

 a { background-color: rgb(253,11,236); }

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

border-color css

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

 span { border-color: rgb(253,11,236); }

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