Html Css Color HEX #FC098A Deep Pink

📋 copy color: '#FC098A'

red 252 ◦ green 9 ◦ blue 138

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

Shades of Deep Pink #FC098A

Tints of Deep Pink #FC098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 63.16%
G = 2.26%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC098A (or 0xFC098A) is known color: Deep Pink. HEX triplet: FC, 09 and 8A. RGB value is (252,9,138). Sum of RGB (Red+Green+Blue) = 252+9+138=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC098A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC098A is #03F675. Grayscale: #606060. Windows color (decimal): -259702 or 9046524. OLE color: 9046524.

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

Color convert

RGB 252 9 138 -
CMYK 0 0.96 0.45 0.01
HSL 328.15º 0.98% 0.51% -
HSV(B) 328.15º 0.96% 0.99% -
XYZ 44.83 22.73 26.07 -
YUV 96.36 151.51 239.01 -
System Red Green Blue C M Y K H S L
Decimal 252 9 138 0 0.96 0.45 0.01 328.15 0.98 0.51
Hex FC 9 8A 0 60 2D 1 148 62 33
Octal 374 11 212 0 140 55 1 510 142 63
Binary 11111100 1001 10001010 0 1100000 101101 1 101001000 1100010 110011

Color Harmonies of #FC098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC098A

Black with #FC098A

Text Example


Text Example

White with #FC098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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