Html Css Color HEX #F007C5 Shocking Pink

📋 copy color: '#F007C5'

red 240 ◦ green 7 ◦ blue 197

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

Shades of Shocking Pink #F007C5

Tints of Shocking Pink #F007C5

RGB

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

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

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

R = 54.05%
G = 1.58%
B = 44.37%

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

#F007C5 (or 0xF007C5) is known color: Shocking Pink. HEX triplet: F0, 07 and C5. RGB value is (240,7,197). Sum of RGB (Red+Green+Blue) = 240+7+197=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F007C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007C5 is #0FF83A. Grayscale: #616161. Windows color (decimal): -1046587 or 12912624. OLE color: 12912624.

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

Color convert

RGB 240 7 197 -
CMYK 0 0.97 0.18 0.06
HSL 311.07º 0.94% 0.48% -
HSV(B) 311.07º 0.97% 0.94% -
XYZ 46.09 22.71 54.78 -
YUV 98.33 183.69 229.05 -
System Red Green Blue C M Y K H S L
Decimal 240 7 197 0 0.97 0.18 0.06 311.07 0.94 0.48
Hex F0 7 C5 0 61 12 6 137 5E 30
Octal 360 7 305 0 141 22 6 467 136 60
Binary 11110000 111 11000101 0 1100001 10010 110 100110111 1011110 110000

Color Harmonies of #F007C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007C5

Black with #F007C5

Text Example


Text Example

White with #F007C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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