Html Css Color HEX #FA12D0 Shocking Pink

📋 copy color: '#FA12D0'

red 250 ◦ green 18 ◦ blue 208

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

Shades of Shocking Pink #FA12D0

Tints of Shocking Pink #FA12D0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.78%

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 52.52%
G = 3.78%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA12D0 (or 0xFA12D0) is known color: Shocking Pink. HEX triplet: FA, 12 and D0. RGB value is (250,18,208). Sum of RGB (Red+Green+Blue) = 250+18+208=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12D0 is #05ED2F. Grayscale: #6C6C6C. Windows color (decimal): -388400 or 13636346. OLE color: 13636346.

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

Color convert

RGB 250 18 208 -
CMYK 0 0.93 0.17 0.02
HSL 310.86º 0.96% 0.53% -
HSV(B) 310.86º 0.93% 0.98% -
XYZ 51.03 25.31 61.87 -
YUV 109.03 183.86 228.55 -
System Red Green Blue C M Y K H S L
Decimal 250 18 208 0 0.93 0.17 0.02 310.86 0.96 0.53
Hex FA 12 D0 0 5D 11 2 137 60 35
Octal 372 22 320 0 135 21 2 467 140 65
Binary 11111010 10010 11010000 0 1011101 10001 10 100110111 1100000 110101

Color Harmonies of #FA12D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12D0

Black with #FA12D0

Text Example


Text Example

White with #FA12D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12D0; }

 p { color: rgb(250,18,208); }

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

background-color css

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

 a { background-color: rgb(250,18,208); }

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

border-color css

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

 span { border-color: rgb(250,18,208); }

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