Html Css Color HEX #F91EBA Spicy Pink

📋 copy color: '#F91EBA'

red 249 ◦ green 30 ◦ blue 186

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

Shades of Spicy Pink #F91EBA

Tints of Spicy Pink #F91EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.45%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 53.55%
G = 6.45%
B = 40%

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

#F91EBA (or 0xF91EBA) is known color: Spicy Pink. HEX triplet: F9, 1E and BA. RGB value is (249,30,186). Sum of RGB (Red+Green+Blue) = 249+30+186=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EBA is #06E145. Grayscale: #707070. Windows color (decimal): -450886 or 12197625. OLE color: 12197625.

HSL color Cylindrical-coordinate representation of color #F91EBA: hue angle of 317.26º 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 #F91EBA is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 30 186 -
CMYK 0 0.88 0.25 0.02
HSL 317.26º 0.95% 0.55% -
HSV(B) 317.26º 0.88% 0.98% -
XYZ 48.39 24.61 48.65 -
YUV 113.27 169.05 224.82 -
System Red Green Blue C M Y K H S L
Decimal 249 30 186 0 0.88 0.25 0.02 317.26 0.95 0.55
Hex F9 1E BA 0 58 19 2 13D 5F 37
Octal 371 36 272 0 130 31 2 475 137 67
Binary 11111001 11110 10111010 0 1011000 11001 10 100111101 1011111 110111

Color Harmonies of #F91EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91EBA

Black with #F91EBA

Text Example


Text Example

White with #F91EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91EBA; }

 p { color: rgb(249,30,186); }

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

background-color css

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

 a { background-color: rgb(249,30,186); }

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

border-color css

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

 span { border-color: rgb(249,30,186); }

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