Html Css Color HEX #F918AA Spicy Pink

📋 copy color: '#F918AA'

red 249 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #F918AA

Tints of Spicy Pink #F918AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 56.21%
G = 5.42%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F918AA (or 0xF918AA) is known color: Spicy Pink. HEX triplet: F9, 18 and AA. RGB value is (249,24,170). Sum of RGB (Red+Green+Blue) = 249+24+170=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F918AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918AA is #06E755. Grayscale: #6B6B6B. Windows color (decimal): -452438 or 11147513. OLE color: 11147513.

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

Color convert

RGB 249 24 170 -
CMYK 0 0.90 0.32 0.02
HSL 321.07º 0.95% 0.54% -
HSV(B) 321.07º 0.9% 0.98% -
XYZ 46.65 23.7 40.15 -
YUV 107.92 163.04 228.63 -
System Red Green Blue C M Y K H S L
Decimal 249 24 170 0 0.90 0.32 0.02 321.07 0.95 0.54
Hex F9 18 AA 0 5A 20 2 141 5F 36
Octal 371 30 252 0 132 40 2 501 137 66
Binary 11111001 11000 10101010 0 1011010 100000 10 101000001 1011111 110110

Color Harmonies of #F918AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918AA

Black with #F918AA

Text Example


Text Example

White with #F918AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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