Html Css Color HEX #FF1F83 Deep Pink

📋 copy color: '#FF1F83'

red 255 ◦ green 31 ◦ blue 131

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

Shades of Deep Pink #FF1F83

Tints of Deep Pink #FF1F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 61.15%
G = 7.43%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF1F83 (or 0xFF1F83) is known color: Deep Pink. HEX triplet: FF, 1F and 83. RGB value is (255,31,131). Sum of RGB (Red+Green+Blue) = 255+31+131=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F83 is #00E07C. Grayscale: #6D6D6D. Windows color (decimal): -57469 or 8593407. OLE color: 8593407.

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

Color convert

RGB 255 31 131 -
CMYK 0 0.88 0.49 0
HSL 333.21º 1% 0.56% -
HSV(B) 333.21º 0.88% 1% -
XYZ 45.83 23.88 23.67 -
YUV 109.38 140.21 231.87 -
System Red Green Blue C M Y K H S L
Decimal 255 31 131 0 0.88 0.49 0 333.21 1 0.56
Hex FF 1F 83 0 58 31 0 14D 64 38
Octal 377 37 203 0 130 61 0 515 144 70
Binary 11111111 11111 10000011 0 1011000 110001 0 101001101 1100100 111000

Color Harmonies of #FF1F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F83

Black with #FF1F83

Text Example


Text Example

White with #FF1F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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