Html Css Color HEX #F014C5 Shocking Pink

📋 copy color: '#F014C5'

red 240 ◦ green 20 ◦ blue 197

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

Shades of Shocking Pink #F014C5

Tints of Shocking Pink #F014C5

RGB

 RED value IS 240 (94.14% from 255) = 52.52%

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

 BLUE value IS 197 (77.34% from 255) = 43.11%

R = 52.52%
G = 4.38%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F014C5 (or 0xF014C5) is known color: Shocking Pink. HEX triplet: F0, 14 and C5. RGB value is (240,20,197). Sum of RGB (Red+Green+Blue) = 240+20+197=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F014C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014C5 is #0FEB3A. Grayscale: #696969. Windows color (decimal): -1043259 or 12915952. OLE color: 12915952.

HSL color Cylindrical-coordinate representation of color #F014C5: hue angle of 311.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014C5 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 197 -
CMYK 0 0.92 0.18 0.06
HSL 311.73º 0.88% 0.51% -
HSV(B) 311.73º 0.92% 0.94% -
XYZ 46.26 23.06 54.84 -
YUV 105.96 179.39 223.61 -
System Red Green Blue C M Y K H S L
Decimal 240 20 197 0 0.92 0.18 0.06 311.73 0.88 0.51
Hex F0 14 C5 0 5C 12 6 138 58 33
Octal 360 24 305 0 134 22 6 470 130 63
Binary 11110000 10100 11000101 0 1011100 10010 110 100111000 1011000 110011

Color Harmonies of #F014C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014C5

Black with #F014C5

Text Example


Text Example

White with #F014C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014C5; }

 p { color: rgb(240,20,197); }

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

background-color css

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

 a { background-color: rgb(240,20,197); }

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

border-color css

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

 span { border-color: rgb(240,20,197); }

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