Html Css Color HEX #F714CC Shocking Pink

📋 copy color: '#F714CC'

red 247 ◦ green 20 ◦ blue 204

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

Shades of Shocking Pink #F714CC

Tints of Shocking Pink #F714CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 52.44%
G = 4.25%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F714CC (or 0xF714CC) is known color: Shocking Pink. HEX triplet: F7, 14 and CC. RGB value is (247,20,204). Sum of RGB (Red+Green+Blue) = 247+20+204=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F714CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714CC is #08EB33. Grayscale: #6C6C6C. Windows color (decimal): -584500 or 13374711. OLE color: 13374711.

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

Color convert

RGB 247 20 204 -
CMYK 0 0.92 0.17 0.03
HSL 311.37º 0.93% 0.52% -
HSV(B) 311.37º 0.92% 0.97% -
XYZ 49.51 24.63 59.27 -
YUV 108.85 181.71 226.54 -
System Red Green Blue C M Y K H S L
Decimal 247 20 204 0 0.92 0.17 0.03 311.37 0.93 0.52
Hex F7 14 CC 0 5C 11 3 137 5D 34
Octal 367 24 314 0 134 21 3 467 135 64
Binary 11110111 10100 11001100 0 1011100 10001 11 100110111 1011101 110100

Color Harmonies of #F714CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714CC

Black with #F714CC

Text Example


Text Example

White with #F714CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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