Html Css Color HEX #FC09B1 Shocking Pink

📋 copy color: '#FC09B1'

red 252 ◦ green 9 ◦ blue 177

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

Shades of Shocking Pink #FC09B1

Tints of Shocking Pink #FC09B1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 57.53%
G = 2.05%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC09B1 (or 0xFC09B1) is known color: Shocking Pink. HEX triplet: FC, 09 and B1. RGB value is (252,9,177). Sum of RGB (Red+Green+Blue) = 252+9+177=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC09B1 is #03F64E. Grayscale: #646464. Windows color (decimal): -259663 or 11602428. OLE color: 11602428.

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

Color convert

RGB 252 9 177 -
CMYK 0 0.96 0.30 0.01
HSL 318.52º 0.98% 0.51% -
HSV(B) 318.52º 0.96% 0.99% -
XYZ 48.18 24.07 43.7 -
YUV 100.81 171.01 235.84 -
System Red Green Blue C M Y K H S L
Decimal 252 9 177 0 0.96 0.30 0.01 318.52 0.98 0.51
Hex FC 9 B1 0 60 1E 1 13F 62 33
Octal 374 11 261 0 140 36 1 477 142 63
Binary 11111100 1001 10110001 0 1100000 11110 1 100111111 1100010 110011

Color Harmonies of #FC09B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09B1

Black with #FC09B1

Text Example


Text Example

White with #FC09B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09B1; }

 p { color: rgb(252,9,177); }

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

background-color css

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

 a { background-color: rgb(252,9,177); }

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

border-color css

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

 span { border-color: rgb(252,9,177); }

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