Html Css Color HEX #FC098F Deep Pink

📋 copy color: '#FC098F'

red 252 ◦ green 9 ◦ blue 143

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

Shades of Deep Pink #FC098F

Tints of Deep Pink #FC098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 62.38%
G = 2.23%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC098F (or 0xFC098F) is known color: Deep Pink. HEX triplet: FC, 09 and 8F. RGB value is (252,9,143). Sum of RGB (Red+Green+Blue) = 252+9+143=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC098F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC098F is #03F670. Grayscale: #606060. Windows color (decimal): -259697 or 9374204. OLE color: 9374204.

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

Color convert

RGB 252 9 143 -
CMYK 0 0.96 0.43 0.01
HSL 326.91º 0.98% 0.51% -
HSV(B) 326.91º 0.96% 0.99% -
XYZ 45.2 22.87 28.02 -
YUV 96.93 154.01 238.6 -
System Red Green Blue C M Y K H S L
Decimal 252 9 143 0 0.96 0.43 0.01 326.91 0.98 0.51
Hex FC 9 8F 0 60 2B 1 147 62 33
Octal 374 11 217 0 140 53 1 507 142 63
Binary 11111100 1001 10001111 0 1100000 101011 1 101000111 1100010 110011

Color Harmonies of #FC098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC098F

Black with #FC098F

Text Example


Text Example

White with #FC098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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