Html Css Color HEX #FC09BE Shocking Pink

📋 copy color: '#FC09BE'

red 252 ◦ green 9 ◦ blue 190

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

Shades of Shocking Pink #FC09BE

Tints of Shocking Pink #FC09BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 55.88%
G = 2%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC09BE (or 0xFC09BE) is known color: Shocking Pink. HEX triplet: FC, 09 and BE. RGB value is (252,9,190). Sum of RGB (Red+Green+Blue) = 252+9+190=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09BE is #03F641. Grayscale: #656565. Windows color (decimal): -259650 or 12454396. OLE color: 12454396.

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

Color convert

RGB 252 9 190 -
CMYK 0 0.96 0.25 0.01
HSL 315.31º 0.98% 0.51% -
HSV(B) 315.31º 0.96% 0.99% -
XYZ 49.54 24.61 50.85 -
YUV 102.29 177.51 234.78 -
System Red Green Blue C M Y K H S L
Decimal 252 9 190 0 0.96 0.25 0.01 315.31 0.98 0.51
Hex FC 9 BE 0 60 19 1 13B 62 33
Octal 374 11 276 0 140 31 1 473 142 63
Binary 11111100 1001 10111110 0 1100000 11001 1 100111011 1100010 110011

Color Harmonies of #FC09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09BE

Black with #FC09BE

Text Example


Text Example

White with #FC09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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