Html Css Color HEX #FD0CBB Shocking Pink

📋 copy color: '#FD0CBB'

red 253 ◦ green 12 ◦ blue 187

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

Shades of Shocking Pink #FD0CBB

Tints of Shocking Pink #FD0CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 55.97%
G = 2.65%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD0CBB (or 0xFD0CBB) is known color: Shocking Pink. HEX triplet: FD, 0C and BB. RGB value is (253,12,187). Sum of RGB (Red+Green+Blue) = 253+12+187=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0CBB is #02F344. Grayscale: #676767. Windows color (decimal): -193349 or 12258557. OLE color: 12258557.

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

Color convert

RGB 253 12 187 -
CMYK 0 0.95 0.26 0.01
HSL 316.43º 0.98% 0.52% -
HSV(B) 316.43º 0.95% 0.99% -
XYZ 49.61 24.73 49.17 -
YUV 104.01 174.84 234.27 -
System Red Green Blue C M Y K H S L
Decimal 253 12 187 0 0.95 0.26 0.01 316.43 0.98 0.52
Hex FD C BB 0 5F 1A 1 13C 62 34
Octal 375 14 273 0 137 32 1 474 142 64
Binary 11111101 1100 10111011 0 1011111 11010 1 100111100 1100010 110100

Color Harmonies of #FD0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0CBB

Black with #FD0CBB

Text Example


Text Example

White with #FD0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0CBB; }

 p { color: rgb(253,12,187); }

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

background-color css

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

 a { background-color: rgb(253,12,187); }

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

border-color css

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

 span { border-color: rgb(253,12,187); }

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