Html Css Color HEX #F912BE Shocking Pink

📋 copy color: '#F912BE'

red 249 ◦ green 18 ◦ blue 190

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

Shades of Shocking Pink #F912BE

Tints of Shocking Pink #F912BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 54.49%
G = 3.94%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F912BE (or 0xF912BE) is known color: Shocking Pink. HEX triplet: F9, 12 and BE. RGB value is (249,18,190). Sum of RGB (Red+Green+Blue) = 249+18+190=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F912BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912BE is #06ED41. Grayscale: #6A6A6A. Windows color (decimal): -453954 or 12456697. OLE color: 12456697.

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

Color convert

RGB 249 18 190 -
CMYK 0 0.93 0.24 0.02
HSL 315.32º 0.95% 0.52% -
HSV(B) 315.32º 0.93% 0.98% -
XYZ 48.58 24.29 50.84 -
YUV 106.68 175.03 229.51 -
System Red Green Blue C M Y K H S L
Decimal 249 18 190 0 0.93 0.24 0.02 315.32 0.95 0.52
Hex F9 12 BE 0 5D 18 2 13B 5F 34
Octal 371 22 276 0 135 30 2 473 137 64
Binary 11111001 10010 10111110 0 1011101 11000 10 100111011 1011111 110100

Color Harmonies of #F912BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912BE

Black with #F912BE

Text Example


Text Example

White with #F912BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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