Html Css Color HEX #F713BA Shocking Pink

📋 copy color: '#F713BA'

red 247 ◦ green 19 ◦ blue 186

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

Shades of Shocking Pink #F713BA

Tints of Shocking Pink #F713BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.2%

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

R = 54.65%
G = 4.2%
B = 41.15%

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

#F713BA (or 0xF713BA) is known color: Shocking Pink. HEX triplet: F7, 13 and BA. RGB value is (247,19,186). Sum of RGB (Red+Green+Blue) = 247+19+186=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F713BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713BA is #08EC45. Grayscale: #696969. Windows color (decimal): -584774 or 12194807. OLE color: 12194807.

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

Color convert

RGB 247 19 186 -
CMYK 0 0.92 0.25 0.03
HSL 316.05º 0.93% 0.52% -
HSV(B) 316.05º 0.92% 0.97% -
XYZ 47.45 23.79 48.54 -
YUV 106.21 173.04 228.42 -
System Red Green Blue C M Y K H S L
Decimal 247 19 186 0 0.92 0.25 0.03 316.05 0.93 0.52
Hex F7 13 BA 0 5C 19 3 13C 5D 34
Octal 367 23 272 0 134 31 3 474 135 64
Binary 11110111 10011 10111010 0 1011100 11001 11 100111100 1011101 110100

Color Harmonies of #F713BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713BA

Black with #F713BA

Text Example


Text Example

White with #F713BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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