Html Css Color HEX #F005BD Shocking Pink

📋 copy color: '#F005BD'

red 240 ◦ green 5 ◦ blue 189

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

Shades of Shocking Pink #F005BD

Tints of Shocking Pink #F005BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 55.3%
G = 1.15%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F005BD (or 0xF005BD) is known color: Shocking Pink. HEX triplet: F0, 05 and BD. RGB value is (240,5,189). Sum of RGB (Red+Green+Blue) = 240+5+189=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F005BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005BD is #0FFA42. Grayscale: #5F5F5F. Windows color (decimal): -1047107 or 12387824. OLE color: 12387824.

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

Color convert

RGB 240 5 189 -
CMYK 0 0.98 0.21 0.06
HSL 313.02º 0.96% 0.48% -
HSV(B) 313.02º 0.98% 0.94% -
XYZ 45.17 22.31 50.07 -
YUV 96.24 180.36 230.54 -
System Red Green Blue C M Y K H S L
Decimal 240 5 189 0 0.98 0.21 0.06 313.02 0.96 0.48
Hex F0 5 BD 0 62 15 6 139 60 30
Octal 360 5 275 0 142 25 6 471 140 60
Binary 11110000 101 10111101 0 1100010 10101 110 100111001 1100000 110000

Color Harmonies of #F005BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005BD

Black with #F005BD

Text Example


Text Example

White with #F005BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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