Html Css Color HEX #F002BC Shocking Pink

📋 copy color: '#F002BC'

red 240 ◦ green 2 ◦ blue 188

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

Shades of Shocking Pink #F002BC

Tints of Shocking Pink #F002BC

RGB

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

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

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

R = 55.81%
G = 0.47%
B = 43.72%

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

#F002BC (or 0xF002BC) is known color: Shocking Pink. HEX triplet: F0, 02 and BC. RGB value is (240,2,188). Sum of RGB (Red+Green+Blue) = 240+2+188=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F002BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002BC is #0FFD43. Grayscale: #5D5D5D. Windows color (decimal): -1047876 or 12321520. OLE color: 12321520.

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

Color convert

RGB 240 2 188 -
CMYK 0 0.99 0.22 0.06
HSL 313.11º 0.98% 0.47% -
HSV(B) 313.11º 0.99% 0.94% -
XYZ 45.03 22.2 49.49 -
YUV 94.37 180.85 231.88 -
System Red Green Blue C M Y K H S L
Decimal 240 2 188 0 0.99 0.22 0.06 313.11 0.98 0.47
Hex F0 2 BC 0 63 16 6 139 62 2F
Octal 360 2 274 0 143 26 6 471 142 57
Binary 11110000 10 10111100 0 1100011 10110 110 100111001 1100010 101111

Color Harmonies of #F002BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002BC

Black with #F002BC

Text Example


Text Example

White with #F002BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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