Html Css Color HEX #FA0FCD Shocking Pink

📋 copy color: '#FA0FCD'

red 250 ◦ green 15 ◦ blue 205

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

Shades of Shocking Pink #FA0FCD

Tints of Shocking Pink #FA0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.19%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 53.19%
G = 3.19%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA0FCD (or 0xFA0FCD) is known color: Shocking Pink. HEX triplet: FA, 0F and CD. RGB value is (250,15,205). Sum of RGB (Red+Green+Blue) = 250+15+205=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FCD is #05F032. Grayscale: #6A6A6A. Windows color (decimal): -389171 or 13438970. OLE color: 13438970.

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

Color convert

RGB 250 15 205 -
CMYK 0 0.94 0.18 0.02
HSL 311.49º 0.96% 0.52% -
HSV(B) 311.49º 0.94% 0.98% -
XYZ 50.61 25.07 59.93 -
YUV 106.93 183.36 230.05 -
System Red Green Blue C M Y K H S L
Decimal 250 15 205 0 0.94 0.18 0.02 311.49 0.96 0.52
Hex FA F CD 0 5E 12 2 137 60 34
Octal 372 17 315 0 136 22 2 467 140 64
Binary 11111010 1111 11001101 0 1011110 10010 10 100110111 1100000 110100

Color Harmonies of #FA0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FCD

Black with #FA0FCD

Text Example


Text Example

White with #FA0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FCD; }

 p { color: rgb(250,15,205); }

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

background-color css

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

 a { background-color: rgb(250,15,205); }

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

border-color css

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

 span { border-color: rgb(250,15,205); }

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