Html Css Color HEX #F01BBE Shocking Pink

📋 copy color: '#F01BBE'

red 240 ◦ green 27 ◦ blue 190

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

Shades of Shocking Pink #F01BBE

Tints of Shocking Pink #F01BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 52.52%
G = 5.91%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F01BBE (or 0xF01BBE) is known color: Shocking Pink. HEX triplet: F0, 1B and BE. RGB value is (240,27,190). Sum of RGB (Red+Green+Blue) = 240+27+190=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BBE is #0FE441. Grayscale: #6C6C6C. Windows color (decimal): -1041474 or 12458992. OLE color: 12458992.

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

Color convert

RGB 240 27 190 -
CMYK 0 0.89 0.21 0.06
HSL 314.08º 0.88% 0.52% -
HSV(B) 314.08º 0.89% 0.94% -
XYZ 45.62 23.03 50.76 -
YUV 109.27 173.57 221.25 -
System Red Green Blue C M Y K H S L
Decimal 240 27 190 0 0.89 0.21 0.06 314.08 0.88 0.52
Hex F0 1B BE 0 59 15 6 13A 58 34
Octal 360 33 276 0 131 25 6 472 130 64
Binary 11110000 11011 10111110 0 1011001 10101 110 100111010 1011000 110100

Color Harmonies of #F01BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BBE

Black with #F01BBE

Text Example


Text Example

White with #F01BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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