Html Css Color HEX #F114BE Shocking Pink

📋 copy color: '#F114BE'

red 241 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #F114BE

Tints of Shocking Pink #F114BE

RGB

 RED value IS 241 (94.53% from 255) = 53.44%

 GREEN value IS 20 (8.2% from 255) = 4.43%

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

R = 53.44%
G = 4.43%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F114BE (or 0xF114BE) is known color: Shocking Pink. HEX triplet: F1, 14 and BE. RGB value is (241,20,190). Sum of RGB (Red+Green+Blue) = 241+20+190=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F114BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114BE is #0EEB41. Grayscale: #696969. Windows color (decimal): -977730 or 12457201. OLE color: 12457201.

HSL color Cylindrical-coordinate representation of color #F114BE: hue angle of 313.85º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114BE is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 190 -
CMYK 0 0.92 0.21 0.05
HSL 313.85º 0.89% 0.51% -
HSV(B) 313.85º 0.92% 0.95% -
XYZ 45.82 22.92 50.72 -
YUV 105.46 175.72 224.68 -
System Red Green Blue C M Y K H S L
Decimal 241 20 190 0 0.92 0.21 0.05 313.85 0.89 0.51
Hex F1 14 BE 0 5C 15 5 13A 59 33
Octal 361 24 276 0 134 25 5 472 131 63
Binary 11110001 10100 10111110 0 1011100 10101 101 100111010 1011001 110011

Color Harmonies of #F114BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114BE

Black with #F114BE

Text Example


Text Example

White with #F114BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114BE; }

 p { color: rgb(241,20,190); }

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

background-color css

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

 a { background-color: rgb(241,20,190); }

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

border-color css

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

 span { border-color: rgb(241,20,190); }

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