Html Css Color HEX #F01BC6 Shocking Pink

📋 copy color: '#F01BC6'

red 240 ◦ green 27 ◦ blue 198

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

Shades of Shocking Pink #F01BC6

Tints of Shocking Pink #F01BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 51.61%
G = 5.81%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F01BC6 (or 0xF01BC6) is known color: Shocking Pink. HEX triplet: F0, 1B and C6. RGB value is (240,27,198). Sum of RGB (Red+Green+Blue) = 240+27+198=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BC6 is #0FE439. Grayscale: #6D6D6D. Windows color (decimal): -1041466 or 12983280. OLE color: 12983280.

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

Color convert

RGB 240 27 198 -
CMYK 0 0.89 0.18 0.06
HSL 311.83º 0.88% 0.52% -
HSV(B) 311.83º 0.89% 0.94% -
XYZ 46.52 23.39 55.49 -
YUV 110.18 177.57 220.6 -
System Red Green Blue C M Y K H S L
Decimal 240 27 198 0 0.89 0.18 0.06 311.83 0.88 0.52
Hex F0 1B C6 0 59 12 6 138 58 34
Octal 360 33 306 0 131 22 6 470 130 64
Binary 11110000 11011 11000110 0 1011001 10010 110 100111000 1011000 110100

Color Harmonies of #F01BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01BC6

Black with #F01BC6

Text Example


Text Example

White with #F01BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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