Html Css Color HEX #FA15BE Shocking Pink

📋 copy color: '#FA15BE'

red 250 ◦ green 21 ◦ blue 190

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

Shades of Shocking Pink #FA15BE

Tints of Shocking Pink #FA15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 54.23%
G = 4.56%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA15BE (or 0xFA15BE) is known color: Shocking Pink. HEX triplet: FA, 15 and BE. RGB value is (250,21,190). Sum of RGB (Red+Green+Blue) = 250+21+190=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15BE is #05EA41. Grayscale: #6C6C6C. Windows color (decimal): -387650 or 12457466. OLE color: 12457466.

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

Color convert

RGB 250 21 190 -
CMYK 0 0.92 0.24 0.02
HSL 315.72º 0.96% 0.53% -
HSV(B) 315.72º 0.92% 0.98% -
XYZ 48.99 24.58 50.88 -
YUV 108.74 173.87 228.76 -
System Red Green Blue C M Y K H S L
Decimal 250 21 190 0 0.92 0.24 0.02 315.72 0.96 0.53
Hex FA 15 BE 0 5C 18 2 13C 60 35
Octal 372 25 276 0 134 30 2 474 140 65
Binary 11111010 10101 10111110 0 1011100 11000 10 100111100 1100000 110101

Color Harmonies of #FA15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15BE

Black with #FA15BE

Text Example


Text Example

White with #FA15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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