Html Css Color HEX #FF0994 Deep Pink

📋 copy color: '#FF0994'

red 255 ◦ green 9 ◦ blue 148

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

Shades of Deep Pink #FF0994

Tints of Deep Pink #FF0994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 61.89%
G = 2.18%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF0994 (or 0xFF0994) is known color: Deep Pink. HEX triplet: FF, 09 and 94. RGB value is (255,9,148). Sum of RGB (Red+Green+Blue) = 255+9+148=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0994 is #00F66B. Grayscale: #626262. Windows color (decimal): -63084 or 9701887. OLE color: 9701887.

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

Color convert

RGB 255 9 148 -
CMYK 0 0.96 0.42 0
HSL 326.1º 1% 0.52% -
HSV(B) 326.1º 0.96% 1% -
XYZ 46.68 23.59 30.11 -
YUV 98.4 156 239.7 -
System Red Green Blue C M Y K H S L
Decimal 255 9 148 0 0.96 0.42 0 326.1 1 0.52
Hex FF 9 94 0 60 2A 0 146 64 34
Octal 377 11 224 0 140 52 0 506 144 64
Binary 11111111 1001 10010100 0 1100000 101010 0 101000110 1100100 110100

Color Harmonies of #FF0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0994

Black with #FF0994

Text Example


Text Example

White with #FF0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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