Html Css Color HEX #F007C6 Shocking Pink

📋 copy color: '#F007C6'

red 240 ◦ green 7 ◦ blue 198

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

Shades of Shocking Pink #F007C6

Tints of Shocking Pink #F007C6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 53.93%
G = 1.57%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F007C6 (or 0xF007C6) is known color: Shocking Pink. HEX triplet: F0, 07 and C6. RGB value is (240,7,198). Sum of RGB (Red+Green+Blue) = 240+7+198=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F007C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007C6 is #0FF839. Grayscale: #616161. Windows color (decimal): -1046586 or 12978160. OLE color: 12978160.

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

Color convert

RGB 240 7 198 -
CMYK 0 0.97 0.18 0.06
HSL 310.82º 0.94% 0.48% -
HSV(B) 310.82º 0.97% 0.94% -
XYZ 46.2 22.75 55.38 -
YUV 98.44 184.19 228.97 -
System Red Green Blue C M Y K H S L
Decimal 240 7 198 0 0.97 0.18 0.06 310.82 0.94 0.48
Hex F0 7 C6 0 61 12 6 137 5E 30
Octal 360 7 306 0 141 22 6 467 136 60
Binary 11110000 111 11000110 0 1100001 10010 110 100110111 1011110 110000

Color Harmonies of #F007C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007C6

Black with #F007C6

Text Example


Text Example

White with #F007C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007C6; }

 p { color: rgb(240,7,198); }

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

background-color css

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

 a { background-color: rgb(240,7,198); }

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

border-color css

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

 span { border-color: rgb(240,7,198); }

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