Html Css Color HEX #FF188A Deep Pink

📋 copy color: '#FF188A'

red 255 ◦ green 24 ◦ blue 138

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

Shades of Deep Pink #FF188A

Tints of Deep Pink #FF188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.76%

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

R = 61.15%
G = 5.76%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF188A (or 0xFF188A) is known color: Deep Pink. HEX triplet: FF, 18 and 8A. RGB value is (255,24,138). Sum of RGB (Red+Green+Blue) = 255+24+138=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF188A is #00E775. Grayscale: #696969. Windows color (decimal): -59254 or 9050367. OLE color: 9050367.

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

Color convert

RGB 255 24 138 -
CMYK 0 0.91 0.46 0
HSL 330.39º 1% 0.55% -
HSV(B) 330.39º 0.91% 1% -
XYZ 46.15 23.75 26.2 -
YUV 106.07 146.03 234.23 -
System Red Green Blue C M Y K H S L
Decimal 255 24 138 0 0.91 0.46 0 330.39 1 0.55
Hex FF 18 8A 0 5B 2E 0 14A 64 37
Octal 377 30 212 0 133 56 0 512 144 67
Binary 11111111 11000 10001010 0 1011011 101110 0 101001010 1100100 110111

Color Harmonies of #FF188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF188A

Black with #FF188A

Text Example


Text Example

White with #FF188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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