Html Css Color HEX #F40FBE Shocking Pink

📋 copy color: '#F40FBE'

red 244 ◦ green 15 ◦ blue 190

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

Shades of Shocking Pink #F40FBE

Tints of Shocking Pink #F40FBE

RGB

 RED value IS 244 (95.7% from 255) = 54.34%

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

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

R = 54.34%
G = 3.34%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F40FBE (or 0xF40FBE) is known color: Shocking Pink. HEX triplet: F4, 0F and BE. RGB value is (244,15,190). Sum of RGB (Red+Green+Blue) = 244+15+190=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FBE is #0BF041. Grayscale: #666666. Windows color (decimal): -782402 or 12455924. OLE color: 12455924.

HSL color Cylindrical-coordinate representation of color #F40FBE: hue angle of 314.15º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FBE is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 15 190 -
CMYK 0 0.94 0.22 0.04
HSL 314.15º 0.91% 0.51% -
HSV(B) 314.15º 0.94% 0.96% -
XYZ 46.77 23.29 50.75 -
YUV 103.42 176.87 228.27 -
System Red Green Blue C M Y K H S L
Decimal 244 15 190 0 0.94 0.22 0.04 314.15 0.91 0.51
Hex F4 F BE 0 5E 16 4 13A 5B 33
Octal 364 17 276 0 136 26 4 472 133 63
Binary 11110100 1111 10111110 0 1011110 10110 100 100111010 1011011 110011

Color Harmonies of #F40FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40FBE

Black with #F40FBE

Text Example


Text Example

White with #F40FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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