Html Css Color HEX #F912C1 Shocking Pink

📋 copy color: '#F912C1'

red 249 ◦ green 18 ◦ blue 193

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

Shades of Shocking Pink #F912C1

Tints of Shocking Pink #F912C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 54.13%
G = 3.91%
B = 41.96%

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

#F912C1 (or 0xF912C1) is known color: Shocking Pink. HEX triplet: F9, 12 and C1. RGB value is (249,18,193). Sum of RGB (Red+Green+Blue) = 249+18+193=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F912C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912C1 is #06ED3E. Grayscale: #6A6A6A. Windows color (decimal): -453951 or 12653305. OLE color: 12653305.

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

Color convert

RGB 249 18 193 -
CMYK 0 0.93 0.22 0.02
HSL 314.55º 0.95% 0.52% -
HSV(B) 314.55º 0.93% 0.98% -
XYZ 48.91 24.42 52.59 -
YUV 107.02 176.53 229.27 -
System Red Green Blue C M Y K H S L
Decimal 249 18 193 0 0.93 0.22 0.02 314.55 0.95 0.52
Hex F9 12 C1 0 5D 16 2 13B 5F 34
Octal 371 22 301 0 135 26 2 473 137 64
Binary 11111001 10010 11000001 0 1011101 10110 10 100111011 1011111 110100

Color Harmonies of #F912C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912C1

Black with #F912C1

Text Example


Text Example

White with #F912C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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