Html Css Color HEX #F000BA Shocking Pink

📋 copy color: '#F000BA'

red 240 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #F000BA

Tints of Shocking Pink #F000BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 56.34%
G = 0%
B = 43.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F000BA (or 0xF000BA) is known color: Shocking Pink. HEX triplet: F0, 00 and BA. RGB value is (240,0,186). Sum of RGB (Red+Green+Blue) = 240+0+186=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F000BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000BA is #0FFF45. Grayscale: #5C5C5C. Windows color (decimal): -1048390 or 12189936. OLE color: 12189936.

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

Color convert

RGB 240 0 186 -
CMYK 0 1 0.22 0.06
HSL 313.5º 1% 0.47% -
HSV(B) 313.5º 1% 0.94% -
XYZ 44.8 22.07 48.35 -
YUV 92.96 180.51 232.88 -
System Red Green Blue C M Y K H S L
Decimal 240 0 186 0 1 0.22 0.06 313.5 1 0.47
Hex F0 0 BA 0 64 16 6 13A 64 2F
Octal 360 0 272 0 144 26 6 472 144 57
Binary 11110000 0 10111010 0 1100100 10110 110 100111010 1100100 101111

Color Harmonies of #F000BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000BA

Black with #F000BA

Text Example


Text Example

White with #F000BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000BA; }

 p { color: rgb(240,0,186); }

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

background-color css

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

 a { background-color: rgb(240,0,186); }

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

border-color css

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

 span { border-color: rgb(240,0,186); }

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