Html Css Color HEX #F711B0 Spicy Pink

📋 copy color: '#F711B0'

red 247 ◦ green 17 ◦ blue 176

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

Shades of Spicy Pink #F711B0

Tints of Spicy Pink #F711B0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.86%

 BLUE value IS 176 (69.14% from 255) = 40%

R = 56.14%
G = 3.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F711B0 (or 0xF711B0) is known color: Spicy Pink. HEX triplet: F7, 11 and B0. RGB value is (247,17,176). Sum of RGB (Red+Green+Blue) = 247+17+176=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F711B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F711B0 is #08EE4F. Grayscale: #676767. Windows color (decimal): -585296 or 11538935. OLE color: 11538935.

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

Color convert

RGB 247 17 176 -
CMYK 0 0.93 0.29 0.03
HSL 318.52º 0.93% 0.52% -
HSV(B) 318.52º 0.93% 0.97% -
XYZ 46.39 23.31 43.13 -
YUV 103.9 168.7 230.07 -
System Red Green Blue C M Y K H S L
Decimal 247 17 176 0 0.93 0.29 0.03 318.52 0.93 0.52
Hex F7 11 B0 0 5D 1D 3 13F 5D 34
Octal 367 21 260 0 135 35 3 477 135 64
Binary 11110111 10001 10110000 0 1011101 11101 11 100111111 1011101 110100

Color Harmonies of #F711B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711B0

Black with #F711B0

Text Example


Text Example

White with #F711B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711B0; }

 p { color: rgb(247,17,176); }

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

background-color css

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

 a { background-color: rgb(247,17,176); }

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

border-color css

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

 span { border-color: rgb(247,17,176); }

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