Html Css Color HEX #F714B3 Spicy Pink

📋 copy color: '#F714B3'

red 247 ◦ green 20 ◦ blue 179

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

Shades of Spicy Pink #F714B3

Tints of Spicy Pink #F714B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 55.38%
G = 4.48%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F714B3 (or 0xF714B3) is known color: Spicy Pink. HEX triplet: F7, 14 and B3. RGB value is (247,20,179). Sum of RGB (Red+Green+Blue) = 247+20+179=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F714B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714B3 is #08EB4C. Grayscale: #696969. Windows color (decimal): -584525 or 11736311. OLE color: 11736311.

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

Color convert

RGB 247 20 179 -
CMYK 0 0.92 0.28 0.03
HSL 317.97º 0.93% 0.52% -
HSV(B) 317.97º 0.92% 0.97% -
XYZ 46.74 23.53 44.73 -
YUV 106 169.21 228.57 -
System Red Green Blue C M Y K H S L
Decimal 247 20 179 0 0.92 0.28 0.03 317.97 0.93 0.52
Hex F7 14 B3 0 5C 1C 3 13E 5D 34
Octal 367 24 263 0 134 34 3 476 135 64
Binary 11110111 10100 10110011 0 1011100 11100 11 100111110 1011101 110100

Color Harmonies of #F714B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714B3

Black with #F714B3

Text Example


Text Example

White with #F714B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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