Html Css Color HEX #F01BBB Shocking Pink

📋 copy color: '#F01BBB'

red 240 ◦ green 27 ◦ blue 187

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

Shades of Shocking Pink #F01BBB

Tints of Shocking Pink #F01BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.95%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 52.86%
G = 5.95%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F01BBB (or 0xF01BBB) is known color: Shocking Pink. HEX triplet: F0, 1B and BB. RGB value is (240,27,187). Sum of RGB (Red+Green+Blue) = 240+27+187=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BBB is #0FE444. Grayscale: #6C6C6C. Windows color (decimal): -1041477 or 12262384. OLE color: 12262384.

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

Color convert

RGB 240 27 187 -
CMYK 0 0.89 0.22 0.06
HSL 314.93º 0.88% 0.52% -
HSV(B) 314.93º 0.89% 0.94% -
XYZ 45.3 22.9 49.05 -
YUV 108.93 172.07 221.49 -
System Red Green Blue C M Y K H S L
Decimal 240 27 187 0 0.89 0.22 0.06 314.93 0.88 0.52
Hex F0 1B BB 0 59 16 6 13B 58 34
Octal 360 33 273 0 131 26 6 473 130 64
Binary 11110000 11011 10111011 0 1011001 10110 110 100111011 1011000 110100

Color Harmonies of #F01BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BBB

Black with #F01BBB

Text Example


Text Example

White with #F01BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BBB; }

 p { color: rgb(240,27,187); }

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

background-color css

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

 a { background-color: rgb(240,27,187); }

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

border-color css

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

 span { border-color: rgb(240,27,187); }

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