Html Css Color HEX #F912B9 Shocking Pink

📋 copy color: '#F912B9'

red 249 ◦ green 18 ◦ blue 185

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

Shades of Shocking Pink #F912B9

Tints of Shocking Pink #F912B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 55.09%
G = 3.98%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F912B9 (or 0xF912B9) is known color: Shocking Pink. HEX triplet: F9, 12 and B9. RGB value is (249,18,185). Sum of RGB (Red+Green+Blue) = 249+18+185=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F912B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912B9 is #06ED46. Grayscale: #696969. Windows color (decimal): -453959 or 12129017. OLE color: 12129017.

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

Color convert

RGB 249 18 185 -
CMYK 0 0.93 0.26 0.02
HSL 316.62º 0.95% 0.52% -
HSV(B) 316.62º 0.93% 0.98% -
XYZ 48.04 24.08 48.01 -
YUV 106.11 172.53 229.92 -
System Red Green Blue C M Y K H S L
Decimal 249 18 185 0 0.93 0.26 0.02 316.62 0.95 0.52
Hex F9 12 B9 0 5D 1A 2 13D 5F 34
Octal 371 22 271 0 135 32 2 475 137 64
Binary 11111001 10010 10111001 0 1011101 11010 10 100111101 1011111 110100

Color Harmonies of #F912B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912B9

Black with #F912B9

Text Example


Text Example

White with #F912B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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