Html Css Color HEX #F014C7 Shocking Pink

📋 copy color: '#F014C7'

red 240 ◦ green 20 ◦ blue 199

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

Shades of Shocking Pink #F014C7

Tints of Shocking Pink #F014C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.36%

R = 52.29%
G = 4.36%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F014C7 (or 0xF014C7) is known color: Shocking Pink. HEX triplet: F0, 14 and C7. RGB value is (240,20,199). Sum of RGB (Red+Green+Blue) = 240+20+199=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F014C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014C7 is #0FEB38. Grayscale: #696969. Windows color (decimal): -1043257 or 13047024. OLE color: 13047024.

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

Color convert

RGB 240 20 199 -
CMYK 0 0.92 0.17 0.06
HSL 311.18º 0.88% 0.51% -
HSV(B) 311.18º 0.92% 0.94% -
XYZ 46.49 23.15 56.05 -
YUV 106.19 180.39 223.45 -
System Red Green Blue C M Y K H S L
Decimal 240 20 199 0 0.92 0.17 0.06 311.18 0.88 0.51
Hex F0 14 C7 0 5C 11 6 137 58 33
Octal 360 24 307 0 134 21 6 467 130 63
Binary 11110000 10100 11000111 0 1011100 10001 110 100110111 1011000 110011

Color Harmonies of #F014C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014C7

Black with #F014C7

Text Example


Text Example

White with #F014C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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