Html Css Color HEX #F714B9 Shocking Pink

📋 copy color: '#F714B9'

red 247 ◦ green 20 ◦ blue 185

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

Shades of Shocking Pink #F714B9

Tints of Shocking Pink #F714B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 54.65%
G = 4.42%
B = 40.93%

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

#F714B9 (or 0xF714B9) is known color: Shocking Pink. HEX triplet: F7, 14 and B9. RGB value is (247,20,185). Sum of RGB (Red+Green+Blue) = 247+20+185=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F714B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714B9 is #08EB46. Grayscale: #6A6A6A. Windows color (decimal): -584519 or 12129527. OLE color: 12129527.

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

Color convert

RGB 247 20 185 -
CMYK 0 0.92 0.25 0.03
HSL 316.39º 0.93% 0.52% -
HSV(B) 316.39º 0.92% 0.97% -
XYZ 47.36 23.78 47.99 -
YUV 106.68 172.21 228.08 -
System Red Green Blue C M Y K H S L
Decimal 247 20 185 0 0.92 0.25 0.03 316.39 0.93 0.52
Hex F7 14 B9 0 5C 19 3 13C 5D 34
Octal 367 24 271 0 134 31 3 474 135 64
Binary 11110111 10100 10111001 0 1011100 11001 11 100111100 1011101 110100

Color Harmonies of #F714B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714B9

Black with #F714B9

Text Example


Text Example

White with #F714B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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