Html Css Color HEX #F003BC Shocking Pink

📋 copy color: '#F003BC'

red 240 ◦ green 3 ◦ blue 188

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

Shades of Shocking Pink #F003BC

Tints of Shocking Pink #F003BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 55.68%
G = 0.7%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F003BC (or 0xF003BC) is known color: Shocking Pink. HEX triplet: F0, 03 and BC. RGB value is (240,3,188). Sum of RGB (Red+Green+Blue) = 240+3+188=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F003BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003BC is #0FFC43. Grayscale: #5E5E5E. Windows color (decimal): -1047620 or 12321776. OLE color: 12321776.

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

Color convert

RGB 240 3 188 -
CMYK 0 0.99 0.22 0.06
HSL 313.16º 0.98% 0.48% -
HSV(B) 313.16º 0.99% 0.94% -
XYZ 45.04 22.22 49.49 -
YUV 94.95 180.52 231.46 -
System Red Green Blue C M Y K H S L
Decimal 240 3 188 0 0.99 0.22 0.06 313.16 0.98 0.48
Hex F0 3 BC 0 63 16 6 139 62 30
Octal 360 3 274 0 143 26 6 471 142 60
Binary 11110000 11 10111100 0 1100011 10110 110 100111001 1100010 110000

Color Harmonies of #F003BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F003BC

Black with #F003BC

Text Example


Text Example

White with #F003BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F003BC; }

 p { color: rgb(240,3,188); }

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

background-color css

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

 a { background-color: rgb(240,3,188); }

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

border-color css

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

 span { border-color: rgb(240,3,188); }

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