Html Css Color HEX #F005BF Shocking Pink

📋 copy color: '#F005BF'

red 240 ◦ green 5 ◦ blue 191

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

Shades of Shocking Pink #F005BF

Tints of Shocking Pink #F005BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 55.05%
G = 1.15%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F005BF (or 0xF005BF) is known color: Shocking Pink. HEX triplet: F0, 05 and BF. RGB value is (240,5,191). Sum of RGB (Red+Green+Blue) = 240+5+191=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F005BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005BF is #0FFA40. Grayscale: #5F5F5F. Windows color (decimal): -1047105 or 12518896. OLE color: 12518896.

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

Color convert

RGB 240 5 191 -
CMYK 0 0.98 0.20 0.06
HSL 312.51º 0.96% 0.48% -
HSV(B) 312.51º 0.98% 0.94% -
XYZ 45.39 22.4 51.22 -
YUV 96.47 181.36 230.38 -
System Red Green Blue C M Y K H S L
Decimal 240 5 191 0 0.98 0.20 0.06 312.51 0.96 0.48
Hex F0 5 BF 0 62 14 6 139 60 30
Octal 360 5 277 0 142 24 6 471 140 60
Binary 11110000 101 10111111 0 1100010 10100 110 100111001 1100000 110000

Color Harmonies of #F005BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005BF

Black with #F005BF

Text Example


Text Example

White with #F005BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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