Html Css Color HEX #FA17BD Shocking Pink

📋 copy color: '#FA17BD'

red 250 ◦ green 23 ◦ blue 189

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

Shades of Shocking Pink #FA17BD

Tints of Shocking Pink #FA17BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.98%

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

R = 54.11%
G = 4.98%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA17BD (or 0xFA17BD) is known color: Shocking Pink. HEX triplet: FA, 17 and BD. RGB value is (250,23,189). Sum of RGB (Red+Green+Blue) = 250+23+189=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17BD is #05E842. Grayscale: #6D6D6D. Windows color (decimal): -387139 or 12392442. OLE color: 12392442.

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

Color convert

RGB 250 23 189 -
CMYK 0 0.91 0.24 0.02
HSL 316.12º 0.96% 0.54% -
HSV(B) 316.12º 0.91% 0.98% -
XYZ 48.92 24.61 50.32 -
YUV 109.8 172.71 228 -
System Red Green Blue C M Y K H S L
Decimal 250 23 189 0 0.91 0.24 0.02 316.12 0.96 0.54
Hex FA 17 BD 0 5B 18 2 13C 60 36
Octal 372 27 275 0 133 30 2 474 140 66
Binary 11111010 10111 10111101 0 1011011 11000 10 100111100 1100000 110110

Color Harmonies of #FA17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17BD

Black with #FA17BD

Text Example


Text Example

White with #FA17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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