Html Css Color HEX #F714CA Shocking Pink

📋 copy color: '#F714CA'

red 247 ◦ green 20 ◦ blue 202

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

Shades of Shocking Pink #F714CA

Tints of Shocking Pink #F714CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 52.67%
G = 4.26%
B = 43.07%

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

#F714CA (or 0xF714CA) is known color: Shocking Pink. HEX triplet: F7, 14 and CA. RGB value is (247,20,202). Sum of RGB (Red+Green+Blue) = 247+20+202=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F714CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714CA is #08EB35. Grayscale: #6C6C6C. Windows color (decimal): -584502 or 13243639. OLE color: 13243639.

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

Color convert

RGB 247 20 202 -
CMYK 0 0.92 0.18 0.03
HSL 311.89º 0.93% 0.52% -
HSV(B) 311.89º 0.92% 0.97% -
XYZ 49.27 24.54 58.02 -
YUV 108.62 180.71 226.7 -
System Red Green Blue C M Y K H S L
Decimal 247 20 202 0 0.92 0.18 0.03 311.89 0.93 0.52
Hex F7 14 CA 0 5C 12 3 138 5D 34
Octal 367 24 312 0 134 22 3 470 135 64
Binary 11110111 10100 11001010 0 1011100 10010 11 100111000 1011101 110100

Color Harmonies of #F714CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714CA

Black with #F714CA

Text Example


Text Example

White with #F714CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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