Html Css Color HEX #FF099B Deep Pink

📋 copy color: '#FF099B'

red 255 ◦ green 9 ◦ blue 155

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

Shades of Deep Pink #FF099B

Tints of Deep Pink #FF099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 60.86%
G = 2.15%
B = 36.99%

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

#FF099B (or 0xFF099B) is known color: Deep Pink. HEX triplet: FF, 09 and 9B. RGB value is (255,9,155). Sum of RGB (Red+Green+Blue) = 255+9+155=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF099B is #00F664. Grayscale: #626262. Windows color (decimal): -63077 or 10160639. OLE color: 10160639.

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

Color convert

RGB 255 9 155 -
CMYK 0 0.96 0.39 0
HSL 324.39º 1% 0.52% -
HSV(B) 324.39º 0.96% 1% -
XYZ 47.25 23.82 33.12 -
YUV 99.2 159.5 239.13 -
System Red Green Blue C M Y K H S L
Decimal 255 9 155 0 0.96 0.39 0 324.39 1 0.52
Hex FF 9 9B 0 60 27 0 144 64 34
Octal 377 11 233 0 140 47 0 504 144 64
Binary 11111111 1001 10011011 0 1100000 100111 0 101000100 1100100 110100

Color Harmonies of #FF099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF099B

Black with #FF099B

Text Example


Text Example

White with #FF099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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