Html Css Color HEX #F003B9 Shocking Pink

📋 copy color: '#F003B9'

red 240 ◦ green 3 ◦ blue 185

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

Shades of Shocking Pink #F003B9

Tints of Shocking Pink #F003B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 56.07%
G = 0.7%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F003B9 (or 0xF003B9) is known color: Shocking Pink. HEX triplet: F0, 03 and B9. RGB value is (240,3,185). Sum of RGB (Red+Green+Blue) = 240+3+185=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F003B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003B9 is #0FFC46. Grayscale: #5E5E5E. Windows color (decimal): -1047623 or 12125168. OLE color: 12125168.

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

Color convert

RGB 240 3 185 -
CMYK 0 0.99 0.23 0.06
HSL 313.92º 0.98% 0.48% -
HSV(B) 313.92º 0.99% 0.94% -
XYZ 44.72 22.09 47.81 -
YUV 94.61 179.02 231.7 -
System Red Green Blue C M Y K H S L
Decimal 240 3 185 0 0.99 0.23 0.06 313.92 0.98 0.48
Hex F0 3 B9 0 63 17 6 13A 62 30
Octal 360 3 271 0 143 27 6 472 142 60
Binary 11110000 11 10111001 0 1100011 10111 110 100111010 1100010 110000

Color Harmonies of #F003B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F003B9

Black with #F003B9

Text Example


Text Example

White with #F003B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F003B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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