Html Css Color HEX #F000BE Shocking Pink

📋 copy color: '#F000BE'

red 240 ◦ green 0 ◦ blue 190

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

Shades of Shocking Pink #F000BE

Tints of Shocking Pink #F000BE

RGB

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

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

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

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F000BE (or 0xF000BE) is known color: Shocking Pink. HEX triplet: F0, 00 and BE. RGB value is (240,0,190). Sum of RGB (Red+Green+Blue) = 240+0+190=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F000BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000BE is #0FFF41. Grayscale: #5C5C5C. Windows color (decimal): -1048386 or 12452080. OLE color: 12452080.

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

Color convert

RGB 240 0 190 -
CMYK 0 1 0.21 0.06
HSL 312.5º 1% 0.47% -
HSV(B) 312.5º 1% 0.94% -
XYZ 45.23 22.24 50.62 -
YUV 93.42 182.51 232.55 -
System Red Green Blue C M Y K H S L
Decimal 240 0 190 0 1 0.21 0.06 312.5 1 0.47
Hex F0 0 BE 0 64 15 6 138 64 2F
Octal 360 0 276 0 144 25 6 470 144 57
Binary 11110000 0 10111110 0 1100100 10101 110 100111000 1100100 101111

Color Harmonies of #F000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000BE

Black with #F000BE

Text Example


Text Example

White with #F000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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