Html Css Color HEX #FD1CCB Shocking Pink

📋 copy color: '#FD1CCB'

red 253 ◦ green 28 ◦ blue 203

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

Shades of Shocking Pink #FD1CCB

Tints of Shocking Pink #FD1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.79%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 52.27%
G = 5.79%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD1CCB (or 0xFD1CCB) is known color: Shocking Pink. HEX triplet: FD, 1C and CB. RGB value is (253,28,203). Sum of RGB (Red+Green+Blue) = 253+28+203=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CCB is #02E334. Grayscale: #727272. Windows color (decimal): -189237 or 13311229. OLE color: 13311229.

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

Color convert

RGB 253 28 203 -
CMYK 0 0.89 0.20 0.01
HSL 313.33º 0.98% 0.55% -
HSV(B) 313.33º 0.89% 0.99% -
XYZ 51.7 26.02 58.8 -
YUV 115.23 177.54 226.27 -
System Red Green Blue C M Y K H S L
Decimal 253 28 203 0 0.89 0.20 0.01 313.33 0.98 0.55
Hex FD 1C CB 0 59 14 1 139 62 37
Octal 375 34 313 0 131 24 1 471 142 67
Binary 11111101 11100 11001011 0 1011001 10100 1 100111001 1100010 110111

Color Harmonies of #FD1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CCB

Black with #FD1CCB

Text Example


Text Example

White with #FD1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CCB; }

 p { color: rgb(253,28,203); }

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

background-color css

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

 a { background-color: rgb(253,28,203); }

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

border-color css

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

 span { border-color: rgb(253,28,203); }

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