Html Css Color HEX #F11CBE Shocking Pink

📋 copy color: '#F11CBE'

red 241 ◦ green 28 ◦ blue 190

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

Shades of Shocking Pink #F11CBE

Tints of Shocking Pink #F11CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.1%

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

R = 52.51%
G = 6.1%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F11CBE (or 0xF11CBE) is known color: Shocking Pink. HEX triplet: F1, 1C and BE. RGB value is (241,28,190). Sum of RGB (Red+Green+Blue) = 241+28+190=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CBE is #0EE341. Grayscale: #6D6D6D. Windows color (decimal): -975682 or 12459249. OLE color: 12459249.

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

Color convert

RGB 241 28 190 -
CMYK 0 0.88 0.21 0.05
HSL 314.37º 0.88% 0.53% -
HSV(B) 314.37º 0.88% 0.95% -
XYZ 45.99 23.25 50.78 -
YUV 110.16 173.07 221.33 -
System Red Green Blue C M Y K H S L
Decimal 241 28 190 0 0.88 0.21 0.05 314.37 0.88 0.53
Hex F1 1C BE 0 58 15 5 13A 58 35
Octal 361 34 276 0 130 25 5 472 130 65
Binary 11110001 11100 10111110 0 1011000 10101 101 100111010 1011000 110101

Color Harmonies of #F11CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CBE

Black with #F11CBE

Text Example


Text Example

White with #F11CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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