Html Css Color HEX #FC07BD Shocking Pink

📋 copy color: '#FC07BD'

red 252 ◦ green 7 ◦ blue 189

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

Shades of Shocking Pink #FC07BD

Tints of Shocking Pink #FC07BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.56%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 56.25%
G = 1.56%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC07BD (or 0xFC07BD) is known color: Shocking Pink. HEX triplet: FC, 07 and BD. RGB value is (252,7,189). Sum of RGB (Red+Green+Blue) = 252+7+189=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07BD is #03F842. Grayscale: #646464. Windows color (decimal): -260163 or 12388348. OLE color: 12388348.

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

Color convert

RGB 252 7 189 -
CMYK 0 0.97 0.25 0.01
HSL 315.43º 0.98% 0.51% -
HSV(B) 315.43º 0.97% 0.99% -
XYZ 49.41 24.52 50.27 -
YUV 101 177.67 235.7 -
System Red Green Blue C M Y K H S L
Decimal 252 7 189 0 0.97 0.25 0.01 315.43 0.98 0.51
Hex FC 7 BD 0 61 19 1 13B 62 33
Octal 374 7 275 0 141 31 1 473 142 63
Binary 11111100 111 10111101 0 1100001 11001 1 100111011 1100010 110011

Color Harmonies of #FC07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07BD

Black with #FC07BD

Text Example


Text Example

White with #FC07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07BD; }

 p { color: rgb(252,7,189); }

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

background-color css

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

 a { background-color: rgb(252,7,189); }

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

border-color css

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

 span { border-color: rgb(252,7,189); }

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