Html Css Color HEX #FA15BB Shocking Pink

📋 copy color: '#FA15BB'

red 250 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #FA15BB

Tints of Shocking Pink #FA15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.59%

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

R = 54.59%
G = 4.59%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA15BB (or 0xFA15BB) is known color: Shocking Pink. HEX triplet: FA, 15 and BB. RGB value is (250,21,187). Sum of RGB (Red+Green+Blue) = 250+21+187=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15BB is #05EA44. Grayscale: #6B6B6B. Windows color (decimal): -387653 or 12260858. OLE color: 12260858.

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

Color convert

RGB 250 21 187 -
CMYK 0 0.92 0.25 0.02
HSL 316.51º 0.96% 0.53% -
HSV(B) 316.51º 0.92% 0.98% -
XYZ 48.66 24.45 49.17 -
YUV 108.4 172.37 229 -
System Red Green Blue C M Y K H S L
Decimal 250 21 187 0 0.92 0.25 0.02 316.51 0.96 0.53
Hex FA 15 BB 0 5C 19 2 13D 60 35
Octal 372 25 273 0 134 31 2 475 140 65
Binary 11111010 10101 10111011 0 1011100 11001 10 100111101 1100000 110101

Color Harmonies of #FA15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15BB

Black with #FA15BB

Text Example


Text Example

White with #FA15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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