Html Css Color HEX #FF1DBB Spicy Pink

📋 copy color: '#FF1DBB'

red 255 ◦ green 29 ◦ blue 187

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

Shades of Spicy Pink #FF1DBB

Tints of Spicy Pink #FF1DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.16%

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

R = 54.14%
G = 6.16%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF1DBB (or 0xFF1DBB) is known color: Spicy Pink. HEX triplet: FF, 1D and BB. RGB value is (255,29,187). Sum of RGB (Red+Green+Blue) = 255+29+187=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DBB is #00E244. Grayscale: #727272. Windows color (decimal): -57925 or 12262911. OLE color: 12262911.

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

Color convert

RGB 255 29 187 -
CMYK 0 0.89 0.27 0
HSL 318.05º 1% 0.56% -
HSV(B) 318.05º 0.89% 1% -
XYZ 50.65 25.73 49.31 -
YUV 114.59 168.87 228.15 -
System Red Green Blue C M Y K H S L
Decimal 255 29 187 0 0.89 0.27 0 318.05 1 0.56
Hex FF 1D BB 0 59 1B 0 13E 64 38
Octal 377 35 273 0 131 33 0 476 144 70
Binary 11111111 11101 10111011 0 1011001 11011 0 100111110 1100100 111000

Color Harmonies of #FF1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1DBB

Black with #FF1DBB

Text Example


Text Example

White with #FF1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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