Html Css Color HEX #F013B2 Shocking Pink

📋 copy color: '#F013B2'

red 240 ◦ green 19 ◦ blue 178

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

Shades of Shocking Pink #F013B2

Tints of Shocking Pink #F013B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 54.92%
G = 4.35%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F013B2 (or 0xF013B2) is known color: Shocking Pink. HEX triplet: F0, 13 and B2. RGB value is (240,19,178). Sum of RGB (Red+Green+Blue) = 240+19+178=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F013B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013B2 is #0FEC4D. Grayscale: #666666. Windows color (decimal): -1043534 or 11670512. OLE color: 11670512.

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

Color convert

RGB 240 19 178 -
CMYK 0 0.92 0.26 0.06
HSL 316.83º 0.88% 0.51% -
HSV(B) 316.83º 0.92% 0.94% -
XYZ 44.2 22.21 44.08 -
YUV 103.21 170.22 225.57 -
System Red Green Blue C M Y K H S L
Decimal 240 19 178 0 0.92 0.26 0.06 316.83 0.88 0.51
Hex F0 13 B2 0 5C 1A 6 13D 58 33
Octal 360 23 262 0 134 32 6 475 130 63
Binary 11110000 10011 10110010 0 1011100 11010 110 100111101 1011000 110011

Color Harmonies of #F013B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013B2

Black with #F013B2

Text Example


Text Example

White with #F013B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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