Html Css Color HEX #F713BE Shocking Pink

📋 copy color: '#F713BE'

red 247 ◦ green 19 ◦ blue 190

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

Shades of Shocking Pink #F713BE

Tints of Shocking Pink #F713BE

RGB

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

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

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

R = 54.17%
G = 4.17%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F713BE (or 0xF713BE) is known color: Shocking Pink. HEX triplet: F7, 13 and BE. RGB value is (247,19,190). Sum of RGB (Red+Green+Blue) = 247+19+190=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F713BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713BE is #08EC41. Grayscale: #6A6A6A. Windows color (decimal): -584770 or 12456951. OLE color: 12456951.

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

Color convert

RGB 247 19 190 -
CMYK 0 0.92 0.23 0.03
HSL 315º 0.93% 0.52% -
HSV(B) 315º 0.92% 0.97% -
XYZ 47.88 23.96 50.82 -
YUV 106.67 175.04 228.1 -
System Red Green Blue C M Y K H S L
Decimal 247 19 190 0 0.92 0.23 0.03 315 0.93 0.52
Hex F7 13 BE 0 5C 17 3 13B 5D 34
Octal 367 23 276 0 134 27 3 473 135 64
Binary 11110111 10011 10111110 0 1011100 10111 11 100111011 1011101 110100

Color Harmonies of #F713BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713BE

Black with #F713BE

Text Example


Text Example

White with #F713BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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