Html Css Color HEX #F007C1 Shocking Pink

📋 copy color: '#F007C1'

red 240 ◦ green 7 ◦ blue 193

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

Shades of Shocking Pink #F007C1

Tints of Shocking Pink #F007C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 54.55%
G = 1.59%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F007C1 (or 0xF007C1) is known color: Shocking Pink. HEX triplet: F0, 07 and C1. RGB value is (240,7,193). Sum of RGB (Red+Green+Blue) = 240+7+193=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F007C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007C1 is #0FF83E. Grayscale: #616161. Windows color (decimal): -1046591 or 12650480. OLE color: 12650480.

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

Color convert

RGB 240 7 193 -
CMYK 0 0.97 0.20 0.06
HSL 312.1º 0.94% 0.48% -
HSV(B) 312.1º 0.97% 0.94% -
XYZ 45.64 22.53 52.39 -
YUV 97.87 181.69 229.38 -
System Red Green Blue C M Y K H S L
Decimal 240 7 193 0 0.97 0.20 0.06 312.1 0.94 0.48
Hex F0 7 C1 0 61 14 6 138 5E 30
Octal 360 7 301 0 141 24 6 470 136 60
Binary 11110000 111 11000001 0 1100001 10100 110 100111000 1011110 110000

Color Harmonies of #F007C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007C1

Black with #F007C1

Text Example


Text Example

White with #F007C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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