Html Css Color HEX #FF198A Deep Pink

📋 copy color: '#FF198A'

red 255 ◦ green 25 ◦ blue 138

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

Shades of Deep Pink #FF198A

Tints of Deep Pink #FF198A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.98%

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 61%
G = 5.98%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF198A (or 0xFF198A) is known color: Deep Pink. HEX triplet: FF, 19 and 8A. RGB value is (255,25,138). Sum of RGB (Red+Green+Blue) = 255+25+138=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF198A is #00E675. Grayscale: #6A6A6A. Windows color (decimal): -58998 or 9050623. OLE color: 9050623.

HSL color Cylindrical-coordinate representation of color #FF198A: hue angle of 330.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF198A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 138 -
CMYK 0 0.90 0.46 0
HSL 330.52º 1% 0.55% -
HSV(B) 330.52º 0.9% 1% -
XYZ 46.18 23.79 26.2 -
YUV 106.65 145.7 233.81 -
System Red Green Blue C M Y K H S L
Decimal 255 25 138 0 0.90 0.46 0 330.52 1 0.55
Hex FF 19 8A 0 5A 2E 0 14B 64 37
Octal 377 31 212 0 132 56 0 513 144 67
Binary 11111111 11001 10001010 0 1011010 101110 0 101001011 1100100 110111

Color Harmonies of #FF198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF198A

Black with #FF198A

Text Example


Text Example

White with #FF198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF198A; }

 p { color: rgb(255,25,138); }

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

background-color css

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

 a { background-color: rgb(255,25,138); }

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

border-color css

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

 span { border-color: rgb(255,25,138); }

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