Html Css Color HEX #F712BE Shocking Pink

📋 copy color: '#F712BE'

red 247 ◦ green 18 ◦ blue 190

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

Shades of Shocking Pink #F712BE

Tints of Shocking Pink #F712BE

RGB

 RED value IS 247 (96.88% from 255) = 54.29%

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

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

R = 54.29%
G = 3.96%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F712BE (or 0xF712BE) is known color: Shocking Pink. HEX triplet: F7, 12 and BE. RGB value is (247,18,190). Sum of RGB (Red+Green+Blue) = 247+18+190=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F712BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712BE is #08ED41. Grayscale: #696969. Windows color (decimal): -585026 or 12456695. OLE color: 12456695.

HSL color Cylindrical-coordinate representation of color #F712BE: hue angle of 314.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F712BE is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 190 -
CMYK 0 0.93 0.23 0.03
HSL 314.93º 0.93% 0.52% -
HSV(B) 314.93º 0.93% 0.97% -
XYZ 47.87 23.92 50.81 -
YUV 106.08 175.37 228.51 -
System Red Green Blue C M Y K H S L
Decimal 247 18 190 0 0.93 0.23 0.03 314.93 0.93 0.52
Hex F7 12 BE 0 5D 17 3 13B 5D 34
Octal 367 22 276 0 135 27 3 473 135 64
Binary 11110111 10010 10111110 0 1011101 10111 11 100111011 1011101 110100

Color Harmonies of #F712BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712BE

Black with #F712BE

Text Example


Text Example

White with #F712BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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