Html Css Color HEX #F714CB Shocking Pink

📋 copy color: '#F714CB'

red 247 ◦ green 20 ◦ blue 203

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

Shades of Shocking Pink #F714CB

Tints of Shocking Pink #F714CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 52.55%
G = 4.26%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F714CB (or 0xF714CB) is known color: Shocking Pink. HEX triplet: F7, 14 and CB. RGB value is (247,20,203). Sum of RGB (Red+Green+Blue) = 247+20+203=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F714CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714CB is #08EB34. Grayscale: #6C6C6C. Windows color (decimal): -584501 or 13309175. OLE color: 13309175.

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

Color convert

RGB 247 20 203 -
CMYK 0 0.92 0.18 0.03
HSL 311.63º 0.93% 0.52% -
HSV(B) 311.63º 0.92% 0.97% -
XYZ 49.39 24.59 58.64 -
YUV 108.74 181.21 226.62 -
System Red Green Blue C M Y K H S L
Decimal 247 20 203 0 0.92 0.18 0.03 311.63 0.93 0.52
Hex F7 14 CB 0 5C 12 3 138 5D 34
Octal 367 24 313 0 134 22 3 470 135 64
Binary 11110111 10100 11001011 0 1011100 10010 11 100111000 1011101 110100

Color Harmonies of #F714CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714CB

Black with #F714CB

Text Example


Text Example

White with #F714CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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