Html Css Color HEX #F924AE Spicy Pink

📋 copy color: '#F924AE'

red 249 ◦ green 36 ◦ blue 174

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

Shades of Spicy Pink #F924AE

Tints of Spicy Pink #F924AE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.84%

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 54.25%
G = 7.84%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F924AE (or 0xF924AE) is known color: Spicy Pink. HEX triplet: F9, 24 and AE. RGB value is (249,36,174). Sum of RGB (Red+Green+Blue) = 249+36+174=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F924AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F924AE is #06DB51. Grayscale: #737373. Windows color (decimal): -449362 or 11412729. OLE color: 11412729.

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

Color convert

RGB 249 36 174 -
CMYK 0 0.86 0.30 0.02
HSL 321.13º 0.95% 0.56% -
HSV(B) 321.13º 0.86% 0.98% -
XYZ 47.34 24.46 42.27 -
YUV 115.42 161.07 223.28 -
System Red Green Blue C M Y K H S L
Decimal 249 36 174 0 0.86 0.30 0.02 321.13 0.95 0.56
Hex F9 24 AE 0 56 1E 2 141 5F 38
Octal 371 44 256 0 126 36 2 501 137 70
Binary 11111001 100100 10101110 0 1010110 11110 10 101000001 1011111 111000

Color Harmonies of #F924AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F924AE

Black with #F924AE

Text Example


Text Example

White with #F924AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F924AE; }

 p { color: rgb(249,36,174); }

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

background-color css

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

 a { background-color: rgb(249,36,174); }

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

border-color css

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

 span { border-color: rgb(249,36,174); }

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