Html Css Color HEX #F912C2 Shocking Pink

📋 copy color: '#F912C2'

red 249 ◦ green 18 ◦ blue 194

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

Shades of Shocking Pink #F912C2

Tints of Shocking Pink #F912C2

RGB

 RED value IS 249 (97.66% from 255) = 54.01%

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

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 54.01%
G = 3.9%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F912C2 (or 0xF912C2) is known color: Shocking Pink. HEX triplet: F9, 12 and C2. RGB value is (249,18,194). Sum of RGB (Red+Green+Blue) = 249+18+194=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F912C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912C2 is #06ED3D. Grayscale: #6A6A6A. Windows color (decimal): -453950 or 12718841. OLE color: 12718841.

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

Color convert

RGB 249 18 194 -
CMYK 0 0.93 0.22 0.02
HSL 314.29º 0.95% 0.52% -
HSV(B) 314.29º 0.93% 0.98% -
XYZ 49.02 24.47 53.18 -
YUV 107.13 177.03 229.19 -
System Red Green Blue C M Y K H S L
Decimal 249 18 194 0 0.93 0.22 0.02 314.29 0.95 0.52
Hex F9 12 C2 0 5D 16 2 13A 5F 34
Octal 371 22 302 0 135 26 2 472 137 64
Binary 11111001 10010 11000010 0 1011101 10110 10 100111010 1011111 110100

Color Harmonies of #F912C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912C2

Black with #F912C2

Text Example


Text Example

White with #F912C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912C2; }

 p { color: rgb(249,18,194); }

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

background-color css

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

 a { background-color: rgb(249,18,194); }

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

border-color css

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

 span { border-color: rgb(249,18,194); }

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