Html Css Color HEX #F918B0 Spicy Pink

📋 copy color: '#F918B0'

red 249 ◦ green 24 ◦ blue 176

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

Shades of Spicy Pink #F918B0

Tints of Spicy Pink #F918B0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.35%

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 55.46%
G = 5.35%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F918B0 (or 0xF918B0) is known color: Spicy Pink. HEX triplet: F9, 18 and B0. RGB value is (249,24,176). Sum of RGB (Red+Green+Blue) = 249+24+176=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F918B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918B0 is #06E74F. Grayscale: #6C6C6C. Windows color (decimal): -452432 or 11540729. OLE color: 11540729.

HSL color Cylindrical-coordinate representation of color #F918B0: hue angle of 319.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918B0 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 24 176 -
CMYK 0 0.90 0.29 0.02
HSL 319.47º 0.95% 0.54% -
HSV(B) 319.47º 0.9% 0.98% -
XYZ 47.23 23.93 43.2 -
YUV 108.6 166.04 228.14 -
System Red Green Blue C M Y K H S L
Decimal 249 24 176 0 0.90 0.29 0.02 319.47 0.95 0.54
Hex F9 18 B0 0 5A 1D 2 13F 5F 36
Octal 371 30 260 0 132 35 2 477 137 66
Binary 11111001 11000 10110000 0 1011010 11101 10 100111111 1011111 110110

Color Harmonies of #F918B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918B0

Black with #F918B0

Text Example


Text Example

White with #F918B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918B0; }

 p { color: rgb(249,24,176); }

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

background-color css

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

 a { background-color: rgb(249,24,176); }

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

border-color css

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

 span { border-color: rgb(249,24,176); }

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