Html Css Color HEX #F91DBB Shocking Pink

📋 copy color: '#F91DBB'

red 249 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #F91DBB

Tints of Shocking Pink #F91DBB

RGB

 RED value IS 249 (97.66% from 255) = 53.55%

 GREEN value IS 29 (11.72% from 255) = 6.24%

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

R = 53.55%
G = 6.24%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F91DBB (or 0xF91DBB) is known color: Shocking Pink. HEX triplet: F9, 1D and BB. RGB value is (249,29,187). Sum of RGB (Red+Green+Blue) = 249+29+187=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DBB is #06E244. Grayscale: #707070. Windows color (decimal): -451141 or 12262905. OLE color: 12262905.

HSL color Cylindrical-coordinate representation of color #F91DBB: hue angle of 316.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91DBB is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 29 187 -
CMYK 0 0.88 0.25 0.02
HSL 316.91º 0.95% 0.55% -
HSV(B) 316.91º 0.88% 0.98% -
XYZ 48.48 24.61 49.21 -
YUV 112.79 169.89 225.15 -
System Red Green Blue C M Y K H S L
Decimal 249 29 187 0 0.88 0.25 0.02 316.91 0.95 0.55
Hex F9 1D BB 0 58 19 2 13D 5F 37
Octal 371 35 273 0 130 31 2 475 137 67
Binary 11111001 11101 10111011 0 1011000 11001 10 100111101 1011111 110111

Color Harmonies of #F91DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DBB

Black with #F91DBB

Text Example


Text Example

White with #F91DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DBB; }

 p { color: rgb(249,29,187); }

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

background-color css

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

 a { background-color: rgb(249,29,187); }

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

border-color css

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

 span { border-color: rgb(249,29,187); }

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