Html Css Color HEX #FF099C Deep Pink

📋 copy color: '#FF099C'

red 255 ◦ green 9 ◦ blue 156

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

Shades of Deep Pink #FF099C

Tints of Deep Pink #FF099C

RGB

 RED value IS 255 (100% from 255) = 60.71%

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 60.71%
G = 2.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF099C (or 0xFF099C) is known color: Deep Pink. HEX triplet: FF, 09 and 9C. RGB value is (255,9,156). Sum of RGB (Red+Green+Blue) = 255+9+156=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF099C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF099C is #00F663. Grayscale: #626262. Windows color (decimal): -63076 or 10226175. OLE color: 10226175.

HSL color Cylindrical-coordinate representation of color #FF099C: hue angle of 324.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF099C is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 156 -
CMYK 0 0.96 0.39 0
HSL 324.15º 1% 0.52% -
HSV(B) 324.15º 0.96% 1% -
XYZ 47.34 23.86 33.56 -
YUV 99.31 160 239.05 -
System Red Green Blue C M Y K H S L
Decimal 255 9 156 0 0.96 0.39 0 324.15 1 0.52
Hex FF 9 9C 0 60 27 0 144 64 34
Octal 377 11 234 0 140 47 0 504 144 64
Binary 11111111 1001 10011100 0 1100000 100111 0 101000100 1100100 110100

Color Harmonies of #FF099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF099C

Black with #FF099C

Text Example


Text Example

White with #FF099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF099C; }

 p { color: rgb(255,9,156); }

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

background-color css

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

 a { background-color: rgb(255,9,156); }

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

border-color css

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

 span { border-color: rgb(255,9,156); }

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