Html Css Color HEX #FA27BB Spicy Pink

📋 copy color: '#FA27BB'

red 250 ◦ green 39 ◦ blue 187

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

Shades of Spicy Pink #FA27BB

Tints of Spicy Pink #FA27BB

RGB

 RED value IS 250 (98.05% from 255) = 52.52%

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

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

R = 52.52%
G = 8.19%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA27BB (or 0xFA27BB) is known color: Spicy Pink. HEX triplet: FA, 27 and BB. RGB value is (250,39,187). Sum of RGB (Red+Green+Blue) = 250+39+187=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27BB is #05D844. Grayscale: #767676. Windows color (decimal): -383045 or 12265466. OLE color: 12265466.

HSL color Cylindrical-coordinate representation of color #FA27BB: hue angle of 317.91º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA27BB is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 39 187 -
CMYK 0 0.84 0.25 0.02
HSL 317.91º 0.95% 0.57% -
HSV(B) 317.91º 0.84% 0.98% -
XYZ 49.12 25.36 49.32 -
YUV 118.96 166.4 221.47 -
System Red Green Blue C M Y K H S L
Decimal 250 39 187 0 0.84 0.25 0.02 317.91 0.95 0.57
Hex FA 27 BB 0 54 19 2 13E 5F 39
Octal 372 47 273 0 124 31 2 476 137 71
Binary 11111010 100111 10111011 0 1010100 11001 10 100111110 1011111 111001

Color Harmonies of #FA27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA27BB

Black with #FA27BB

Text Example


Text Example

White with #FA27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA27BB; }

 p { color: rgb(250,39,187); }

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

background-color css

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

 a { background-color: rgb(250,39,187); }

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

border-color css

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

 span { border-color: rgb(250,39,187); }

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