Html Css Color HEX #FF0998 Deep Pink

📋 copy color: '#FF0998'

red 255 ◦ green 9 ◦ blue 152

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

Shades of Deep Pink #FF0998

Tints of Deep Pink #FF0998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 61.3%
G = 2.16%
B = 36.54%

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

#FF0998 (or 0xFF0998) is known color: Deep Pink. HEX triplet: FF, 09 and 98. RGB value is (255,9,152). Sum of RGB (Red+Green+Blue) = 255+9+152=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0998 is #00F667. Grayscale: #626262. Windows color (decimal): -63080 or 9964031. OLE color: 9964031.

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

Color convert

RGB 255 9 152 -
CMYK 0 0.96 0.40 0
HSL 325.12º 1% 0.52% -
HSV(B) 325.12º 0.96% 1% -
XYZ 47.01 23.72 31.81 -
YUV 98.86 158 239.37 -
System Red Green Blue C M Y K H S L
Decimal 255 9 152 0 0.96 0.40 0 325.12 1 0.52
Hex FF 9 98 0 60 28 0 145 64 34
Octal 377 11 230 0 140 50 0 505 144 64
Binary 11111111 1001 10011000 0 1100000 101000 0 101000101 1100100 110100

Color Harmonies of #FF0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0998

Black with #FF0998

Text Example


Text Example

White with #FF0998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0998; }

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

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

background-color css

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

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

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

border-color css

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

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

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