Html Css Color HEX #F912B5 Shocking Pink

📋 copy color: '#F912B5'

red 249 ◦ green 18 ◦ blue 181

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

Shades of Shocking Pink #F912B5

Tints of Shocking Pink #F912B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 55.58%
G = 4.02%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F912B5 (or 0xF912B5) is known color: Shocking Pink. HEX triplet: F9, 12 and B5. RGB value is (249,18,181). Sum of RGB (Red+Green+Blue) = 249+18+181=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F912B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912B5 is #06ED4A. Grayscale: #696969. Windows color (decimal): -453963 or 11866873. OLE color: 11866873.

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

Color convert

RGB 249 18 181 -
CMYK 0 0.93 0.27 0.02
HSL 317.66º 0.95% 0.52% -
HSV(B) 317.66º 0.93% 0.98% -
XYZ 47.62 23.91 45.82 -
YUV 105.65 170.53 230.25 -
System Red Green Blue C M Y K H S L
Decimal 249 18 181 0 0.93 0.27 0.02 317.66 0.95 0.52
Hex F9 12 B5 0 5D 1B 2 13E 5F 34
Octal 371 22 265 0 135 33 2 476 137 64
Binary 11111001 10010 10110101 0 1011101 11011 10 100111110 1011111 110100

Color Harmonies of #F912B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912B5

Black with #F912B5

Text Example


Text Example

White with #F912B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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