Html Css Color HEX #FA28BC Spicy Pink

📋 copy color: '#FA28BC'

red 250 ◦ green 40 ◦ blue 188

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

Shades of Spicy Pink #FA28BC

Tints of Spicy Pink #FA28BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.37%

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 52.3%
G = 8.37%
B = 39.33%

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

#FA28BC (or 0xFA28BC) is known color: Spicy Pink. HEX triplet: FA, 28 and BC. RGB value is (250,40,188). Sum of RGB (Red+Green+Blue) = 250+40+188=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28BC is #05D743. Grayscale: #777777. Windows color (decimal): -382788 or 12331258. OLE color: 12331258.

HSL color Cylindrical-coordinate representation of color #FA28BC: hue angle of 317.71º 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 #FA28BC is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 188 -
CMYK 0 0.84 0.25 0.02
HSL 317.71º 0.95% 0.57% -
HSV(B) 317.71º 0.84% 0.98% -
XYZ 49.26 25.47 49.9 -
YUV 119.66 166.57 220.97 -
System Red Green Blue C M Y K H S L
Decimal 250 40 188 0 0.84 0.25 0.02 317.71 0.95 0.57
Hex FA 28 BC 0 54 19 2 13E 5F 39
Octal 372 50 274 0 124 31 2 476 137 71
Binary 11111010 101000 10111100 0 1010100 11001 10 100111110 1011111 111001

Color Harmonies of #FA28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA28BC

Black with #FA28BC

Text Example


Text Example

White with #FA28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA28BC; }

 p { color: rgb(250,40,188); }

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

background-color css

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

 a { background-color: rgb(250,40,188); }

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

border-color css

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

 span { border-color: rgb(250,40,188); }

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