Html Css Color HEX #F010B4 Shocking Pink

📋 copy color: '#F010B4'

red 240 ◦ green 16 ◦ blue 180

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

Shades of Shocking Pink #F010B4

Tints of Shocking Pink #F010B4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.67%

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 55.05%
G = 3.67%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F010B4 (or 0xF010B4) is known color: Shocking Pink. HEX triplet: F0, 10 and B4. RGB value is (240,16,180). Sum of RGB (Red+Green+Blue) = 240+16+180=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F010B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010B4 is #0FEF4B. Grayscale: #656565. Windows color (decimal): -1044300 or 11800816. OLE color: 11800816.

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

Color convert

RGB 240 16 180 -
CMYK 0 0.93 0.25 0.06
HSL 316.07º 0.88% 0.5% -
HSV(B) 316.07º 0.93% 0.94% -
XYZ 44.36 22.19 45.13 -
YUV 101.67 172.21 226.66 -
System Red Green Blue C M Y K H S L
Decimal 240 16 180 0 0.93 0.25 0.06 316.07 0.88 0.5
Hex F0 10 B4 0 5D 19 6 13C 58 32
Octal 360 20 264 0 135 31 6 474 130 62
Binary 11110000 10000 10110100 0 1011101 11001 110 100111100 1011000 110010

Color Harmonies of #F010B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010B4

Black with #F010B4

Text Example


Text Example

White with #F010B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010B4; }

 p { color: rgb(240,16,180); }

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

background-color css

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

 a { background-color: rgb(240,16,180); }

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

border-color css

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

 span { border-color: rgb(240,16,180); }

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