Html Css Color HEX #FF1F88 Deep Pink

📋 copy color: '#FF1F88'

red 255 ◦ green 31 ◦ blue 136

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

Shades of Deep Pink #FF1F88

Tints of Deep Pink #FF1F88

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 60.43%
G = 7.35%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF1F88 (or 0xFF1F88) is known color: Deep Pink. HEX triplet: FF, 1F and 88. RGB value is (255,31,136). Sum of RGB (Red+Green+Blue) = 255+31+136=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F88 is #00E077. Grayscale: #6D6D6D. Windows color (decimal): -57464 or 8921087. OLE color: 8921087.

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

Color convert

RGB 255 31 136 -
CMYK 0 0.88 0.47 0
HSL 331.88º 1% 0.56% -
HSV(B) 331.88º 0.88% 1% -
XYZ 46.17 24.02 25.49 -
YUV 109.95 142.71 231.46 -
System Red Green Blue C M Y K H S L
Decimal 255 31 136 0 0.88 0.47 0 331.88 1 0.56
Hex FF 1F 88 0 58 2F 0 14C 64 38
Octal 377 37 210 0 130 57 0 514 144 70
Binary 11111111 11111 10001000 0 1011000 101111 0 101001100 1100100 111000

Color Harmonies of #FF1F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F88

Black with #FF1F88

Text Example


Text Example

White with #FF1F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F88; }

 p { color: rgb(255,31,136); }

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

background-color css

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

 a { background-color: rgb(255,31,136); }

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

border-color css

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

 span { border-color: rgb(255,31,136); }

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