Html Css Color HEX #F014B3 Shocking Pink

📋 copy color: '#F014B3'

red 240 ◦ green 20 ◦ blue 179

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

Shades of Shocking Pink #F014B3

Tints of Shocking Pink #F014B3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.56%

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 54.67%
G = 4.56%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F014B3 (or 0xF014B3) is known color: Shocking Pink. HEX triplet: F0, 14 and B3. RGB value is (240,20,179). Sum of RGB (Red+Green+Blue) = 240+20+179=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F014B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014B3 is #0FEB4C. Grayscale: #676767. Windows color (decimal): -1043277 or 11736304. OLE color: 11736304.

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

Color convert

RGB 240 20 179 -
CMYK 0 0.92 0.25 0.06
HSL 316.64º 0.88% 0.51% -
HSV(B) 316.64º 0.92% 0.94% -
XYZ 44.32 22.28 44.61 -
YUV 103.91 170.39 225.07 -
System Red Green Blue C M Y K H S L
Decimal 240 20 179 0 0.92 0.25 0.06 316.64 0.88 0.51
Hex F0 14 B3 0 5C 19 6 13D 58 33
Octal 360 24 263 0 134 31 6 475 130 63
Binary 11110000 10100 10110011 0 1011100 11001 110 100111101 1011000 110011

Color Harmonies of #F014B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014B3

Black with #F014B3

Text Example


Text Example

White with #F014B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014B3; }

 p { color: rgb(240,20,179); }

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

background-color css

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

 a { background-color: rgb(240,20,179); }

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

border-color css

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

 span { border-color: rgb(240,20,179); }

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