Html Css Color HEX #F924BE Spicy Pink

📋 copy color: '#F924BE'

red 249 ◦ green 36 ◦ blue 190

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

Shades of Spicy Pink #F924BE

Tints of Spicy Pink #F924BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 52.42%
G = 7.58%
B = 40%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F924BE (or 0xF924BE) is known color: Spicy Pink. HEX triplet: F9, 24 and BE. RGB value is (249,36,190). Sum of RGB (Red+Green+Blue) = 249+36+190=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F924BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F924BE is #06DB41. Grayscale: #747474. Windows color (decimal): -449346 or 12461305. OLE color: 12461305.

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

Color convert

RGB 249 36 190 -
CMYK 0 0.86 0.24 0.02
HSL 316.62º 0.95% 0.56% -
HSV(B) 316.62º 0.86% 0.98% -
XYZ 48.99 25.12 50.98 -
YUV 117.24 169.07 221.98 -
System Red Green Blue C M Y K H S L
Decimal 249 36 190 0 0.86 0.24 0.02 316.62 0.95 0.56
Hex F9 24 BE 0 56 18 2 13D 5F 38
Octal 371 44 276 0 126 30 2 475 137 70
Binary 11111001 100100 10111110 0 1010110 11000 10 100111101 1011111 111000

Color Harmonies of #F924BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F924BE

Black with #F924BE

Text Example


Text Example

White with #F924BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F924BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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