Html Css Color HEX #FF1198 Deep Pink

📋 copy color: '#FF1198'

red 255 ◦ green 17 ◦ blue 152

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

Shades of Deep Pink #FF1198

Tints of Deep Pink #FF1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.01%

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

R = 60.14%
G = 4.01%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF1198 (or 0xFF1198) is known color: Deep Pink. HEX triplet: FF, 11 and 98. RGB value is (255,17,152). Sum of RGB (Red+Green+Blue) = 255+17+152=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1198 is #00EE67. Grayscale: #676767. Windows color (decimal): -61032 or 9966079. OLE color: 9966079.

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

Color convert

RGB 255 17 152 -
CMYK 0 0.93 0.40 0
HSL 325.97º 1% 0.53% -
HSV(B) 325.97º 0.93% 1% -
XYZ 47.11 23.93 31.84 -
YUV 103.55 155.35 236.02 -
System Red Green Blue C M Y K H S L
Decimal 255 17 152 0 0.93 0.40 0 325.97 1 0.53
Hex FF 11 98 0 5D 28 0 146 64 35
Octal 377 21 230 0 135 50 0 506 144 65
Binary 11111111 10001 10011000 0 1011101 101000 0 101000110 1100100 110101

Color Harmonies of #FF1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1198

Black with #FF1198

Text Example


Text Example

White with #FF1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1198; }

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

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

background-color css

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

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

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

border-color css

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

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

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