Html Css Color HEX #F002BF Shocking Pink

📋 copy color: '#F002BF'

red 240 ◦ green 2 ◦ blue 191

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

Shades of Shocking Pink #F002BF

Tints of Shocking Pink #F002BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 55.43%
G = 0.46%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F002BF (or 0xF002BF) is known color: Shocking Pink. HEX triplet: F0, 02 and BF. RGB value is (240,2,191). Sum of RGB (Red+Green+Blue) = 240+2+191=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F002BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002BF is #0FFD40. Grayscale: #5E5E5E. Windows color (decimal): -1047873 or 12518128. OLE color: 12518128.

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

Color convert

RGB 240 2 191 -
CMYK 0 0.99 0.20 0.06
HSL 312.35º 0.98% 0.47% -
HSV(B) 312.35º 0.99% 0.94% -
XYZ 45.36 22.33 51.21 -
YUV 94.71 182.35 231.63 -
System Red Green Blue C M Y K H S L
Decimal 240 2 191 0 0.99 0.20 0.06 312.35 0.98 0.47
Hex F0 2 BF 0 63 14 6 138 62 2F
Octal 360 2 277 0 143 24 6 470 142 57
Binary 11110000 10 10111111 0 1100011 10100 110 100111000 1100010 101111

Color Harmonies of #F002BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002BF

Black with #F002BF

Text Example


Text Example

White with #F002BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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