Html Css Color HEX #F714BA Shocking Pink

📋 copy color: '#F714BA'

red 247 ◦ green 20 ◦ blue 186

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

Shades of Shocking Pink #F714BA

Tints of Shocking Pink #F714BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 54.53%
G = 4.42%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F714BA (or 0xF714BA) is known color: Shocking Pink. HEX triplet: F7, 14 and BA. RGB value is (247,20,186). Sum of RGB (Red+Green+Blue) = 247+20+186=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F714BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714BA is #08EB45. Grayscale: #6A6A6A. Windows color (decimal): -584518 or 12195063. OLE color: 12195063.

HSL color Cylindrical-coordinate representation of color #F714BA: hue angle of 316.12º 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 #F714BA is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 20 186 -
CMYK 0 0.92 0.25 0.03
HSL 316.12º 0.93% 0.52% -
HSV(B) 316.12º 0.92% 0.97% -
XYZ 47.47 23.82 48.55 -
YUV 106.8 172.71 228 -
System Red Green Blue C M Y K H S L
Decimal 247 20 186 0 0.92 0.25 0.03 316.12 0.93 0.52
Hex F7 14 BA 0 5C 19 3 13C 5D 34
Octal 367 24 272 0 134 31 3 474 135 64
Binary 11110111 10100 10111010 0 1011100 11001 11 100111100 1011101 110100

Color Harmonies of #F714BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714BA

Black with #F714BA

Text Example


Text Example

White with #F714BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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