Html Css Color HEX #FA15CF Shocking Pink

📋 copy color: '#FA15CF'

red 250 ◦ green 21 ◦ blue 207

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

Shades of Shocking Pink #FA15CF

Tints of Shocking Pink #FA15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 52.3%
G = 4.39%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA15CF (or 0xFA15CF) is known color: Shocking Pink. HEX triplet: FA, 15 and CF. RGB value is (250,21,207). Sum of RGB (Red+Green+Blue) = 250+21+207=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15CF is #05EA30. Grayscale: #6E6E6E. Windows color (decimal): -387633 or 13571578. OLE color: 13571578.

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

Color convert

RGB 250 21 207 -
CMYK 0 0.92 0.17 0.02
HSL 311.27º 0.96% 0.53% -
HSV(B) 311.27º 0.92% 0.98% -
XYZ 50.95 25.37 61.24 -
YUV 110.68 182.37 227.38 -
System Red Green Blue C M Y K H S L
Decimal 250 21 207 0 0.92 0.17 0.02 311.27 0.96 0.53
Hex FA 15 CF 0 5C 11 2 137 60 35
Octal 372 25 317 0 134 21 2 467 140 65
Binary 11111010 10101 11001111 0 1011100 10001 10 100110111 1100000 110101

Color Harmonies of #FA15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15CF

Black with #FA15CF

Text Example


Text Example

White with #FA15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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