Html Css Color HEX #F013BD Shocking Pink

📋 copy color: '#F013BD'

red 240 ◦ green 19 ◦ blue 189

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

Shades of Shocking Pink #F013BD

Tints of Shocking Pink #F013BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.24%

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

R = 53.57%
G = 4.24%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F013BD (or 0xF013BD) is known color: Shocking Pink. HEX triplet: F0, 13 and BD. RGB value is (240,19,189). Sum of RGB (Red+Green+Blue) = 240+19+189=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F013BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013BD is #0FEC42. Grayscale: #686868. Windows color (decimal): -1043523 or 12391408. OLE color: 12391408.

HSL color Cylindrical-coordinate representation of color #F013BD: hue angle of 313.85º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013BD is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 189 -
CMYK 0 0.92 0.21 0.06
HSL 313.85º 0.88% 0.51% -
HSV(B) 313.85º 0.92% 0.94% -
XYZ 45.35 22.67 50.13 -
YUV 104.46 175.72 224.68 -
System Red Green Blue C M Y K H S L
Decimal 240 19 189 0 0.92 0.21 0.06 313.85 0.88 0.51
Hex F0 13 BD 0 5C 15 6 13A 58 33
Octal 360 23 275 0 134 25 6 472 130 63
Binary 11110000 10011 10111101 0 1011100 10101 110 100111010 1011000 110011

Color Harmonies of #F013BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013BD

Black with #F013BD

Text Example


Text Example

White with #F013BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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