Html Css Color HEX #FF099A Deep Pink

📋 copy color: '#FF099A'

red 255 ◦ green 9 ◦ blue 154

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

Shades of Deep Pink #FF099A

Tints of Deep Pink #FF099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 61%
G = 2.15%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF099A (or 0xFF099A) is known color: Deep Pink. HEX triplet: FF, 09 and 9A. RGB value is (255,9,154). Sum of RGB (Red+Green+Blue) = 255+9+154=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF099A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF099A is #00F665. Grayscale: #626262. Windows color (decimal): -63078 or 10095103. OLE color: 10095103.

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

Color convert

RGB 255 9 154 -
CMYK 0 0.96 0.40 0
HSL 324.63º 1% 0.52% -
HSV(B) 324.63º 0.96% 1% -
XYZ 47.17 23.79 32.68 -
YUV 99.08 159 239.21 -
System Red Green Blue C M Y K H S L
Decimal 255 9 154 0 0.96 0.40 0 324.63 1 0.52
Hex FF 9 9A 0 60 28 0 145 64 34
Octal 377 11 232 0 140 50 0 505 144 64
Binary 11111111 1001 10011010 0 1100000 101000 0 101000101 1100100 110100

Color Harmonies of #FF099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF099A

Black with #FF099A

Text Example


Text Example

White with #FF099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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