Html Css Color HEX #F00FB2 Shocking Pink

📋 copy color: '#F00FB2'

red 240 ◦ green 15 ◦ blue 178

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

Shades of Shocking Pink #F00FB2

Tints of Shocking Pink #F00FB2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

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

R = 55.43%
G = 3.46%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F00FB2 (or 0xF00FB2) is known color: Shocking Pink. HEX triplet: F0, 0F and B2. RGB value is (240,15,178). Sum of RGB (Red+Green+Blue) = 240+15+178=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FB2 is #0FF04D. Grayscale: #646464. Windows color (decimal): -1044558 or 11669488. OLE color: 11669488.

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

Color convert

RGB 240 15 178 -
CMYK 0 0.94 0.26 0.06
HSL 316.53º 0.88% 0.5% -
HSV(B) 316.53º 0.94% 0.94% -
XYZ 44.14 22.08 44.06 -
YUV 100.86 171.54 227.25 -
System Red Green Blue C M Y K H S L
Decimal 240 15 178 0 0.94 0.26 0.06 316.53 0.88 0.5
Hex F0 F B2 0 5E 1A 6 13D 58 32
Octal 360 17 262 0 136 32 6 475 130 62
Binary 11110000 1111 10110010 0 1011110 11010 110 100111101 1011000 110010

Color Harmonies of #F00FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FB2

Black with #F00FB2

Text Example


Text Example

White with #F00FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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