Html Css Color HEX #FA15BD Shocking Pink

📋 copy color: '#FA15BD'

red 250 ◦ green 21 ◦ blue 189

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

Shades of Shocking Pink #FA15BD

Tints of Shocking Pink #FA15BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 54.35%
G = 4.57%
B = 41.09%

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

#FA15BD (or 0xFA15BD) is known color: Shocking Pink. HEX triplet: FA, 15 and BD. RGB value is (250,21,189). Sum of RGB (Red+Green+Blue) = 250+21+189=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15BD is #05EA42. Grayscale: #6C6C6C. Windows color (decimal): -387651 or 12391930. OLE color: 12391930.

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

Color convert

RGB 250 21 189 -
CMYK 0 0.92 0.24 0.02
HSL 315.98º 0.96% 0.53% -
HSV(B) 315.98º 0.92% 0.98% -
XYZ 48.88 24.53 50.3 -
YUV 108.62 173.37 228.84 -
System Red Green Blue C M Y K H S L
Decimal 250 21 189 0 0.92 0.24 0.02 315.98 0.96 0.53
Hex FA 15 BD 0 5C 18 2 13C 60 35
Octal 372 25 275 0 134 30 2 474 140 65
Binary 11111010 10101 10111101 0 1011100 11000 10 100111100 1100000 110101

Color Harmonies of #FA15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15BD

Black with #FA15BD

Text Example


Text Example

White with #FA15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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