Html Css Color HEX #FF12B4 Spicy Pink

📋 copy color: '#FF12B4'

red 255 ◦ green 18 ◦ blue 180

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

Shades of Spicy Pink #FF12B4

Tints of Spicy Pink #FF12B4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.97%

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 56.29%
G = 3.97%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF12B4 (or 0xFF12B4) is known color: Spicy Pink. HEX triplet: FF, 12 and B4. RGB value is (255,18,180). Sum of RGB (Red+Green+Blue) = 255+18+180=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12B4 is #00ED4B. Grayscale: #6A6A6A. Windows color (decimal): -60748 or 11801343. OLE color: 11801343.

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

Color convert

RGB 255 18 180 -
CMYK 0 0.93 0.29 0
HSL 318.99º 1% 0.54% -
HSV(B) 318.99º 0.93% 1% -
XYZ 49.69 24.99 45.38 -
YUV 107.33 169.02 233.33 -
System Red Green Blue C M Y K H S L
Decimal 255 18 180 0 0.93 0.29 0 318.99 1 0.54
Hex FF 12 B4 0 5D 1D 0 13F 64 36
Octal 377 22 264 0 135 35 0 477 144 66
Binary 11111111 10010 10110100 0 1011101 11101 0 100111111 1100100 110110

Color Harmonies of #FF12B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12B4

Black with #FF12B4

Text Example


Text Example

White with #FF12B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12B4; }

 p { color: rgb(255,18,180); }

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

background-color css

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

 a { background-color: rgb(255,18,180); }

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

border-color css

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

 span { border-color: rgb(255,18,180); }

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