Html Css Color HEX #F714BB Shocking Pink

📋 copy color: '#F714BB'

red 247 ◦ green 20 ◦ blue 187

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

Shades of Shocking Pink #F714BB

Tints of Shocking Pink #F714BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.41%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 54.41%
G = 4.41%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F714BB (or 0xF714BB) is known color: Shocking Pink. HEX triplet: F7, 14 and BB. RGB value is (247,20,187). Sum of RGB (Red+Green+Blue) = 247+20+187=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F714BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714BB is #08EB44. Grayscale: #6A6A6A. Windows color (decimal): -584517 or 12260599. OLE color: 12260599.

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

Color convert

RGB 247 20 187 -
CMYK 0 0.92 0.24 0.03
HSL 315.86º 0.93% 0.52% -
HSV(B) 315.86º 0.92% 0.97% -
XYZ 47.58 23.86 49.11 -
YUV 106.91 173.21 227.92 -
System Red Green Blue C M Y K H S L
Decimal 247 20 187 0 0.92 0.24 0.03 315.86 0.93 0.52
Hex F7 14 BB 0 5C 18 3 13C 5D 34
Octal 367 24 273 0 134 30 3 474 135 64
Binary 11110111 10100 10111011 0 1011100 11000 11 100111100 1011101 110100

Color Harmonies of #F714BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714BB

Black with #F714BB

Text Example


Text Example

White with #F714BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714BB; }

 p { color: rgb(247,20,187); }

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

background-color css

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

 a { background-color: rgb(247,20,187); }

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

border-color css

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

 span { border-color: rgb(247,20,187); }

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