Html Css Color HEX #FD11BE Shocking Pink

📋 copy color: '#FD11BE'

red 253 ◦ green 17 ◦ blue 190

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

Shades of Shocking Pink #FD11BE

Tints of Shocking Pink #FD11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.7%

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 55%
G = 3.7%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD11BE (or 0xFD11BE) is known color: Shocking Pink. HEX triplet: FD, 11 and BE. RGB value is (253,17,190). Sum of RGB (Red+Green+Blue) = 253+17+190=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11BE is #02EE41. Grayscale: #6A6A6A. Windows color (decimal): -192066 or 12456445. OLE color: 12456445.

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

Color convert

RGB 253 17 190 -
CMYK 0 0.93 0.25 0.01
HSL 316.02º 0.98% 0.53% -
HSV(B) 316.02º 0.93% 0.99% -
XYZ 50 25 50.91 -
YUV 107.29 174.69 231.93 -
System Red Green Blue C M Y K H S L
Decimal 253 17 190 0 0.93 0.25 0.01 316.02 0.98 0.53
Hex FD 11 BE 0 5D 19 1 13C 62 35
Octal 375 21 276 0 135 31 1 474 142 65
Binary 11111101 10001 10111110 0 1011101 11001 1 100111100 1100010 110101

Color Harmonies of #FD11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11BE

Black with #FD11BE

Text Example


Text Example

White with #FD11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11BE; }

 p { color: rgb(253,17,190); }

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

background-color css

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

 a { background-color: rgb(253,17,190); }

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

border-color css

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

 span { border-color: rgb(253,17,190); }

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