Html Css Color HEX #FF27B4 Spicy Pink

📋 copy color: '#FF27B4'

red 255 ◦ green 39 ◦ blue 180

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

Shades of Spicy Pink #FF27B4

Tints of Spicy Pink #FF27B4

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.23%

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

R = 53.8%
G = 8.23%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF27B4 (or 0xFF27B4) is known color: Spicy Pink. HEX triplet: FF, 27 and B4. RGB value is (255,39,180). Sum of RGB (Red+Green+Blue) = 255+39+180=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF27B4 is #00D84B. Grayscale: #777777. Windows color (decimal): -55372 or 11806719. OLE color: 11806719.

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

Color convert

RGB 255 39 180 -
CMYK 0 0.85 0.29 0
HSL 320.83º 1% 0.58% -
HSV(B) 320.83º 0.85% 1% -
XYZ 50.2 26.01 45.55 -
YUV 119.66 162.06 224.54 -
System Red Green Blue C M Y K H S L
Decimal 255 39 180 0 0.85 0.29 0 320.83 1 0.58
Hex FF 27 B4 0 55 1D 0 141 64 3A
Octal 377 47 264 0 125 35 0 501 144 72
Binary 11111111 100111 10110100 0 1010101 11101 0 101000001 1100100 111010

Color Harmonies of #FF27B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF27B4

Black with #FF27B4

Text Example


Text Example

White with #FF27B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF27B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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