Html Css Color HEX #F002BB Shocking Pink

📋 copy color: '#F002BB'

red 240 ◦ green 2 ◦ blue 187

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

Shades of Shocking Pink #F002BB

Tints of Shocking Pink #F002BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 55.94%
G = 0.47%
B = 43.59%

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

#F002BB (or 0xF002BB) is known color: Shocking Pink. HEX triplet: F0, 02 and BB. RGB value is (240,2,187). Sum of RGB (Red+Green+Blue) = 240+2+187=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F002BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002BB is #0FFD44. Grayscale: #5D5D5D. Windows color (decimal): -1047877 or 12255984. OLE color: 12255984.

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

Color convert

RGB 240 2 187 -
CMYK 0 0.99 0.22 0.06
HSL 313.36º 0.98% 0.47% -
HSV(B) 313.36º 0.99% 0.94% -
XYZ 44.93 22.16 48.92 -
YUV 94.25 180.35 231.96 -
System Red Green Blue C M Y K H S L
Decimal 240 2 187 0 0.99 0.22 0.06 313.36 0.98 0.47
Hex F0 2 BB 0 63 16 6 139 62 2F
Octal 360 2 273 0 143 26 6 471 142 57
Binary 11110000 10 10111011 0 1100011 10110 110 100111001 1100010 101111

Color Harmonies of #F002BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002BB

Black with #F002BB

Text Example


Text Example

White with #F002BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002BB; }

 p { color: rgb(240,2,187); }

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

background-color css

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

 a { background-color: rgb(240,2,187); }

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

border-color css

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

 span { border-color: rgb(240,2,187); }

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