Html Css Color HEX #F00FBE Shocking Pink

📋 copy color: '#F00FBE'

red 240 ◦ green 15 ◦ blue 190

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

Shades of Shocking Pink #F00FBE

Tints of Shocking Pink #F00FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.37%

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

R = 53.93%
G = 3.37%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F00FBE (or 0xF00FBE) is known color: Shocking Pink. HEX triplet: F0, 0F and BE. RGB value is (240,15,190). Sum of RGB (Red+Green+Blue) = 240+15+190=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FBE is #0FF041. Grayscale: #656565. Windows color (decimal): -1044546 or 12455920. OLE color: 12455920.

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

Color convert

RGB 240 15 190 -
CMYK 0 0.94 0.21 0.06
HSL 313.33º 0.88% 0.5% -
HSV(B) 313.33º 0.94% 0.94% -
XYZ 45.4 22.58 50.68 -
YUV 102.23 177.54 226.27 -
System Red Green Blue C M Y K H S L
Decimal 240 15 190 0 0.94 0.21 0.06 313.33 0.88 0.5
Hex F0 F BE 0 5E 15 6 139 58 32
Octal 360 17 276 0 136 25 6 471 130 62
Binary 11110000 1111 10111110 0 1011110 10101 110 100111001 1011000 110010

Color Harmonies of #F00FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FBE

Black with #F00FBE

Text Example


Text Example

White with #F00FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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