Html Css Color HEX #FA17CB Shocking Pink

📋 copy color: '#FA17CB'

red 250 ◦ green 23 ◦ blue 203

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

Shades of Shocking Pink #FA17CB

Tints of Shocking Pink #FA17CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 52.52%
G = 4.83%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA17CB (or 0xFA17CB) is known color: Shocking Pink. HEX triplet: FA, 17 and CB. RGB value is (250,23,203). Sum of RGB (Red+Green+Blue) = 250+23+203=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17CB is #05E834. Grayscale: #6E6E6E. Windows color (decimal): -387125 or 13309946. OLE color: 13309946.

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

Color convert

RGB 250 23 203 -
CMYK 0 0.91 0.19 0.02
HSL 312.42º 0.96% 0.54% -
HSV(B) 312.42º 0.91% 0.98% -
XYZ 50.51 25.25 58.71 -
YUV 111.39 179.71 226.86 -
System Red Green Blue C M Y K H S L
Decimal 250 23 203 0 0.91 0.19 0.02 312.42 0.96 0.54
Hex FA 17 CB 0 5B 13 2 138 60 36
Octal 372 27 313 0 133 23 2 470 140 66
Binary 11111010 10111 11001011 0 1011011 10011 10 100111000 1100000 110110

Color Harmonies of #FA17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17CB

Black with #FA17CB

Text Example


Text Example

White with #FA17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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