Html Css Color HEX #F912C9 Shocking Pink

📋 copy color: '#F912C9'

red 249 ◦ green 18 ◦ blue 201

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

Shades of Shocking Pink #F912C9

Tints of Shocking Pink #F912C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 53.21%
G = 3.85%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F912C9 (or 0xF912C9) is known color: Shocking Pink. HEX triplet: F9, 12 and C9. RGB value is (249,18,201). Sum of RGB (Red+Green+Blue) = 249+18+201=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F912C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912C9 is #06ED36. Grayscale: #6B6B6B. Windows color (decimal): -453943 or 13177593. OLE color: 13177593.

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

Color convert

RGB 249 18 201 -
CMYK 0 0.93 0.19 0.02
HSL 312.47º 0.95% 0.52% -
HSV(B) 312.47º 0.93% 0.98% -
XYZ 49.83 24.79 57.42 -
YUV 107.93 180.53 228.62 -
System Red Green Blue C M Y K H S L
Decimal 249 18 201 0 0.93 0.19 0.02 312.47 0.95 0.52
Hex F9 12 C9 0 5D 13 2 138 5F 34
Octal 371 22 311 0 135 23 2 470 137 64
Binary 11111001 10010 11001001 0 1011101 10011 10 100111000 1011111 110100

Color Harmonies of #F912C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912C9

Black with #F912C9

Text Example


Text Example

White with #F912C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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