Html Css Color HEX #F710BE Shocking Pink

📋 copy color: '#F710BE'

red 247 ◦ green 16 ◦ blue 190

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

Shades of Shocking Pink #F710BE

Tints of Shocking Pink #F710BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.53%

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

R = 54.53%
G = 3.53%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F710BE (or 0xF710BE) is known color: Shocking Pink. HEX triplet: F7, 10 and BE. RGB value is (247,16,190). Sum of RGB (Red+Green+Blue) = 247+16+190=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F710BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710BE is #08EF41. Grayscale: #686868. Windows color (decimal): -585538 or 12456183. OLE color: 12456183.

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

Color convert

RGB 247 16 190 -
CMYK 0 0.94 0.23 0.03
HSL 314.81º 0.94% 0.52% -
HSV(B) 314.81º 0.94% 0.97% -
XYZ 47.84 23.86 50.8 -
YUV 104.91 176.03 229.35 -
System Red Green Blue C M Y K H S L
Decimal 247 16 190 0 0.94 0.23 0.03 314.81 0.94 0.52
Hex F7 10 BE 0 5E 17 3 13B 5E 34
Octal 367 20 276 0 136 27 3 473 136 64
Binary 11110111 10000 10111110 0 1011110 10111 11 100111011 1011110 110100

Color Harmonies of #F710BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F710BE

Black with #F710BE

Text Example


Text Example

White with #F710BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F710BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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