Html Css Color HEX #F41CBB Shocking Pink

📋 copy color: '#F41CBB'

red 244 ◦ green 28 ◦ blue 187

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

Shades of Shocking Pink #F41CBB

Tints of Shocking Pink #F41CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 53.16%
G = 6.1%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F41CBB (or 0xF41CBB) is known color: Shocking Pink. HEX triplet: F4, 1C and BB. RGB value is (244,28,187). Sum of RGB (Red+Green+Blue) = 244+28+187=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CBB is #0BE344. Grayscale: #6E6E6E. Windows color (decimal): -779077 or 12262644. OLE color: 12262644.

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

Color convert

RGB 244 28 187 -
CMYK 0 0.89 0.23 0.04
HSL 315.83º 0.91% 0.53% -
HSV(B) 315.83º 0.89% 0.96% -
XYZ 46.69 23.65 49.12 -
YUV 110.71 171.06 223.07 -
System Red Green Blue C M Y K H S L
Decimal 244 28 187 0 0.89 0.23 0.04 315.83 0.91 0.53
Hex F4 1C BB 0 59 17 4 13C 5B 35
Octal 364 34 273 0 131 27 4 474 133 65
Binary 11110100 11100 10111011 0 1011001 10111 100 100111100 1011011 110101

Color Harmonies of #F41CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CBB

Black with #F41CBB

Text Example


Text Example

White with #F41CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CBB; }

 p { color: rgb(244,28,187); }

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

background-color css

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

 a { background-color: rgb(244,28,187); }

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

border-color css

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

 span { border-color: rgb(244,28,187); }

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