Html Css Color HEX #F000BF Shocking Pink

📋 copy color: '#F000BF'

red 240 ◦ green 0 ◦ blue 191

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

Shades of Shocking Pink #F000BF

Tints of Shocking Pink #F000BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.68%
G = 0%
B = 44.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F000BF (or 0xF000BF) is known color: Shocking Pink. HEX triplet: F0, 00 and BF. RGB value is (240,0,191). Sum of RGB (Red+Green+Blue) = 240+0+191=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F000BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000BF is #0FFF40. Grayscale: #5D5D5D. Windows color (decimal): -1048385 or 12517616. OLE color: 12517616.

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

Color convert

RGB 240 0 191 -
CMYK 0 1 0.20 0.06
HSL 312.25º 1% 0.47% -
HSV(B) 312.25º 1% 0.94% -
XYZ 45.34 22.29 51.2 -
YUV 93.53 183.01 232.47 -
System Red Green Blue C M Y K H S L
Decimal 240 0 191 0 1 0.20 0.06 312.25 1 0.47
Hex F0 0 BF 0 64 14 6 138 64 2F
Octal 360 0 277 0 144 24 6 470 144 57
Binary 11110000 0 10111111 0 1100100 10100 110 100111000 1100100 101111

Color Harmonies of #F000BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000BF

Black with #F000BF

Text Example


Text Example

White with #F000BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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