Html Css Color HEX #F015BD Shocking Pink

📋 copy color: '#F015BD'

red 240 ◦ green 21 ◦ blue 189

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

Shades of Shocking Pink #F015BD

Tints of Shocking Pink #F015BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.67%

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

R = 53.33%
G = 4.67%
B = 42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F015BD (or 0xF015BD) is known color: Shocking Pink. HEX triplet: F0, 15 and BD. RGB value is (240,21,189). Sum of RGB (Red+Green+Blue) = 240+21+189=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F015BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015BD is #0FEA42. Grayscale: #696969. Windows color (decimal): -1043011 or 12391920. OLE color: 12391920.

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

Color convert

RGB 240 21 189 -
CMYK 0 0.91 0.21 0.06
HSL 313.97º 0.88% 0.51% -
HSV(B) 313.97º 0.91% 0.94% -
XYZ 45.39 22.74 50.14 -
YUV 105.63 175.05 223.84 -
System Red Green Blue C M Y K H S L
Decimal 240 21 189 0 0.91 0.21 0.06 313.97 0.88 0.51
Hex F0 15 BD 0 5B 15 6 13A 58 33
Octal 360 25 275 0 133 25 6 472 130 63
Binary 11110000 10101 10111101 0 1011011 10101 110 100111010 1011000 110011

Color Harmonies of #F015BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015BD

Black with #F015BD

Text Example


Text Example

White with #F015BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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