Html Css Color HEX #F00FC1 Shocking Pink

📋 copy color: '#F00FC1'

red 240 ◦ green 15 ◦ blue 193

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

Shades of Shocking Pink #F00FC1

Tints of Shocking Pink #F00FC1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.35%

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

R = 53.57%
G = 3.35%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F00FC1 (or 0xF00FC1) is known color: Shocking Pink. HEX triplet: F0, 0F and C1. RGB value is (240,15,193). Sum of RGB (Red+Green+Blue) = 240+15+193=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FC1 is #0FF03E. Grayscale: #666666. Windows color (decimal): -1044543 or 12652528. OLE color: 12652528.

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

Color convert

RGB 240 15 193 -
CMYK 0 0.94 0.20 0.06
HSL 312.53º 0.88% 0.5% -
HSV(B) 312.53º 0.94% 0.94% -
XYZ 45.73 22.72 52.43 -
YUV 102.57 179.04 226.03 -
System Red Green Blue C M Y K H S L
Decimal 240 15 193 0 0.94 0.20 0.06 312.53 0.88 0.5
Hex F0 F C1 0 5E 14 6 139 58 32
Octal 360 17 301 0 136 24 6 471 130 62
Binary 11110000 1111 11000001 0 1011110 10100 110 100111001 1011000 110010

Color Harmonies of #F00FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FC1

Black with #F00FC1

Text Example


Text Example

White with #F00FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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