Html Css Color HEX #F003BD Shocking Pink

📋 copy color: '#F003BD'

red 240 ◦ green 3 ◦ blue 189

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

Shades of Shocking Pink #F003BD

Tints of Shocking Pink #F003BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 55.56%
G = 0.69%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F003BD (or 0xF003BD) is known color: Shocking Pink. HEX triplet: F0, 03 and BD. RGB value is (240,3,189). Sum of RGB (Red+Green+Blue) = 240+3+189=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F003BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003BD is #0FFC42. Grayscale: #5E5E5E. Windows color (decimal): -1047619 or 12387312. OLE color: 12387312.

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

Color convert

RGB 240 3 189 -
CMYK 0 0.99 0.21 0.06
HSL 312.91º 0.98% 0.48% -
HSV(B) 312.91º 0.99% 0.94% -
XYZ 45.15 22.26 50.06 -
YUV 95.07 181.02 231.38 -
System Red Green Blue C M Y K H S L
Decimal 240 3 189 0 0.99 0.21 0.06 312.91 0.98 0.48
Hex F0 3 BD 0 63 15 6 139 62 30
Octal 360 3 275 0 143 25 6 471 142 60
Binary 11110000 11 10111101 0 1100011 10101 110 100111001 1100010 110000

Color Harmonies of #F003BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F003BD

Black with #F003BD

Text Example


Text Example

White with #F003BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F003BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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