Html Css Color HEX #F912C0 Shocking Pink

📋 copy color: '#F912C0'

red 249 ◦ green 18 ◦ blue 192

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

Shades of Shocking Pink #F912C0

Tints of Shocking Pink #F912C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 54.25%
G = 3.92%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F912C0 (or 0xF912C0) is known color: Shocking Pink. HEX triplet: F9, 12 and C0. RGB value is (249,18,192). Sum of RGB (Red+Green+Blue) = 249+18+192=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F912C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912C0 is #06ED3F. Grayscale: #6A6A6A. Windows color (decimal): -453952 or 12587769. OLE color: 12587769.

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

Color convert

RGB 249 18 192 -
CMYK 0 0.93 0.23 0.02
HSL 314.81º 0.95% 0.52% -
HSV(B) 314.81º 0.93% 0.98% -
XYZ 48.8 24.38 52 -
YUV 106.91 176.03 229.35 -
System Red Green Blue C M Y K H S L
Decimal 249 18 192 0 0.93 0.23 0.02 314.81 0.95 0.52
Hex F9 12 C0 0 5D 17 2 13B 5F 34
Octal 371 22 300 0 135 27 2 473 137 64
Binary 11111001 10010 11000000 0 1011101 10111 10 100111011 1011111 110100

Color Harmonies of #F912C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912C0

Black with #F912C0

Text Example


Text Example

White with #F912C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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