Html Css Color HEX #FA15BC Shocking Pink

📋 copy color: '#FA15BC'

red 250 ◦ green 21 ◦ blue 188

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

Shades of Shocking Pink #FA15BC

Tints of Shocking Pink #FA15BC

RGB

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

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

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

R = 54.47%
G = 4.58%
B = 40.96%

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

#FA15BC (or 0xFA15BC) is known color: Shocking Pink. HEX triplet: FA, 15 and BC. RGB value is (250,21,188). Sum of RGB (Red+Green+Blue) = 250+21+188=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15BC is #05EA43. Grayscale: #6C6C6C. Windows color (decimal): -387652 or 12326394. OLE color: 12326394.

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

Color convert

RGB 250 21 188 -
CMYK 0 0.92 0.25 0.02
HSL 316.24º 0.96% 0.53% -
HSV(B) 316.24º 0.92% 0.98% -
XYZ 48.77 24.49 49.73 -
YUV 108.51 172.87 228.92 -
System Red Green Blue C M Y K H S L
Decimal 250 21 188 0 0.92 0.25 0.02 316.24 0.96 0.53
Hex FA 15 BC 0 5C 19 2 13C 60 35
Octal 372 25 274 0 134 31 2 474 140 65
Binary 11111010 10101 10111100 0 1011100 11001 10 100111100 1100000 110101

Color Harmonies of #FA15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15BC

Black with #FA15BC

Text Example


Text Example

White with #FA15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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