Html Css Color HEX #FC0DBB Shocking Pink

📋 copy color: '#FC0DBB'

red 252 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #FC0DBB

Tints of Shocking Pink #FC0DBB

RGB

 RED value IS 252 (98.83% from 255) = 55.75%

 GREEN value IS 13 (5.47% from 255) = 2.88%

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

R = 55.75%
G = 2.88%
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

#FC0DBB (or 0xFC0DBB) is known color: Shocking Pink. HEX triplet: FC, 0D and BB. RGB value is (252,13,187). Sum of RGB (Red+Green+Blue) = 252+13+187=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DBB is #03F244. Grayscale: #676767. Windows color (decimal): -258629 or 12258812. OLE color: 12258812.

HSL color Cylindrical-coordinate representation of color #FC0DBB: hue angle of 316.32º 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 #FC0DBB is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 13 187 -
CMYK 0 0.95 0.26 0.01
HSL 316.32º 0.98% 0.52% -
HSV(B) 316.32º 0.95% 0.99% -
XYZ 49.26 24.57 49.16 -
YUV 104.3 174.68 233.35 -
System Red Green Blue C M Y K H S L
Decimal 252 13 187 0 0.95 0.26 0.01 316.32 0.98 0.52
Hex FC D BB 0 5F 1A 1 13C 62 34
Octal 374 15 273 0 137 32 1 474 142 64
Binary 11111100 1101 10111011 0 1011111 11010 1 100111100 1100010 110100

Color Harmonies of #FC0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DBB

Black with #FC0DBB

Text Example


Text Example

White with #FC0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DBB; }

 p { color: rgb(252,13,187); }

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

background-color css

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

 a { background-color: rgb(252,13,187); }

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

border-color css

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

 span { border-color: rgb(252,13,187); }

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