Html Css Color HEX #FA15CE Shocking Pink

📋 copy color: '#FA15CE'

red 250 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #FA15CE

Tints of Shocking Pink #FA15CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 52.41%
G = 4.4%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA15CE (or 0xFA15CE) is known color: Shocking Pink. HEX triplet: FA, 15 and CE. RGB value is (250,21,206). Sum of RGB (Red+Green+Blue) = 250+21+206=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15CE is #05EA31. Grayscale: #6E6E6E. Windows color (decimal): -387634 or 13506042. OLE color: 13506042.

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

Color convert

RGB 250 21 206 -
CMYK 0 0.92 0.18 0.02
HSL 311.53º 0.96% 0.53% -
HSV(B) 311.53º 0.92% 0.98% -
XYZ 50.83 25.32 60.6 -
YUV 110.56 181.87 227.46 -
System Red Green Blue C M Y K H S L
Decimal 250 21 206 0 0.92 0.18 0.02 311.53 0.96 0.53
Hex FA 15 CE 0 5C 12 2 138 60 35
Octal 372 25 316 0 134 22 2 470 140 65
Binary 11111010 10101 11001110 0 1011100 10010 10 100111000 1100000 110101

Color Harmonies of #FA15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15CE

Black with #FA15CE

Text Example


Text Example

White with #FA15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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