Html Css Color HEX #FA0DC9 Shocking Pink

📋 copy color: '#FA0DC9'

red 250 ◦ green 13 ◦ blue 201

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

Shades of Shocking Pink #FA0DC9

Tints of Shocking Pink #FA0DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 53.88%
G = 2.8%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA0DC9 (or 0xFA0DC9) is known color: Shocking Pink. HEX triplet: FA, 0D and C9. RGB value is (250,13,201). Sum of RGB (Red+Green+Blue) = 250+13+201=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DC9 is #05F236. Grayscale: #686868. Windows color (decimal): -389687 or 13176314. OLE color: 13176314.

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

Color convert

RGB 250 13 201 -
CMYK 0 0.95 0.20 0.02
HSL 312.41º 0.96% 0.52% -
HSV(B) 312.41º 0.95% 0.98% -
XYZ 50.11 24.83 57.41 -
YUV 105.3 182.02 231.21 -
System Red Green Blue C M Y K H S L
Decimal 250 13 201 0 0.95 0.20 0.02 312.41 0.96 0.52
Hex FA D C9 0 5F 14 2 138 60 34
Octal 372 15 311 0 137 24 2 470 140 64
Binary 11111010 1101 11001001 0 1011111 10100 10 100111000 1100000 110100

Color Harmonies of #FA0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DC9

Black with #FA0DC9

Text Example


Text Example

White with #FA0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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