Html Css Color HEX #FA0DCC Shocking Pink

📋 copy color: '#FA0DCC'

red 250 ◦ green 13 ◦ blue 204

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

Shades of Shocking Pink #FA0DCC

Tints of Shocking Pink #FA0DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 53.53%
G = 2.78%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA0DCC (or 0xFA0DCC) is known color: Shocking Pink. HEX triplet: FA, 0D and CC. RGB value is (250,13,204). Sum of RGB (Red+Green+Blue) = 250+13+204=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DCC is #05F233. Grayscale: #696969. Windows color (decimal): -389684 or 13372922. OLE color: 13372922.

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

Color convert

RGB 250 13 204 -
CMYK 0 0.95 0.18 0.02
HSL 311.65º 0.96% 0.52% -
HSV(B) 311.65º 0.95% 0.98% -
XYZ 50.47 24.97 59.29 -
YUV 105.64 183.52 230.97 -
System Red Green Blue C M Y K H S L
Decimal 250 13 204 0 0.95 0.18 0.02 311.65 0.96 0.52
Hex FA D CC 0 5F 12 2 138 60 34
Octal 372 15 314 0 137 22 2 470 140 64
Binary 11111010 1101 11001100 0 1011111 10010 10 100111000 1100000 110100

Color Harmonies of #FA0DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DCC

Black with #FA0DCC

Text Example


Text Example

White with #FA0DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DCC; }

 p { color: rgb(250,13,204); }

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

background-color css

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

 a { background-color: rgb(250,13,204); }

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

border-color css

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

 span { border-color: rgb(250,13,204); }

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