Html Css Color HEX #FF1FBB Spicy Pink

📋 copy color: '#FF1FBB'

red 255 ◦ green 31 ◦ blue 187

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

Shades of Spicy Pink #FF1FBB

Tints of Spicy Pink #FF1FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 53.91%
G = 6.55%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF1FBB (or 0xFF1FBB) is known color: Spicy Pink. HEX triplet: FF, 1F and BB. RGB value is (255,31,187). Sum of RGB (Red+Green+Blue) = 255+31+187=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1FBB is #00E044. Grayscale: #737373. Windows color (decimal): -57413 or 12263423. OLE color: 12263423.

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

Color convert

RGB 255 31 187 -
CMYK 0 0.88 0.27 0
HSL 318.21º 1% 0.56% -
HSV(B) 318.21º 0.88% 1% -
XYZ 50.7 25.83 49.33 -
YUV 115.76 168.21 227.32 -
System Red Green Blue C M Y K H S L
Decimal 255 31 187 0 0.88 0.27 0 318.21 1 0.56
Hex FF 1F BB 0 58 1B 0 13E 64 38
Octal 377 37 273 0 130 33 0 476 144 70
Binary 11111111 11111 10111011 0 1011000 11011 0 100111110 1100100 111000

Color Harmonies of #FF1FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1FBB

Black with #FF1FBB

Text Example


Text Example

White with #FF1FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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