Html Css Color HEX #F029BA Spicy Pink

📋 copy color: '#F029BA'

red 240 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #F029BA

Tints of Spicy Pink #F029BA

RGB

 RED value IS 240 (94.14% from 255) = 51.39%

 GREEN value IS 41 (16.41% from 255) = 8.78%

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

R = 51.39%
G = 8.78%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F029BA (or 0xF029BA) is known color: Spicy Pink. HEX triplet: F0, 29 and BA. RGB value is (240,41,186). Sum of RGB (Red+Green+Blue) = 240+41+186=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F029BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029BA is #0FD645. Grayscale: #747474. Windows color (decimal): -1037894 or 12200432. OLE color: 12200432.

HSL color Cylindrical-coordinate representation of color #F029BA: hue angle of 316.28º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F029BA is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 186 -
CMYK 0 0.83 0.22 0.06
HSL 316.28º 0.87% 0.55% -
HSV(B) 316.28º 0.83% 0.94% -
XYZ 45.59 23.66 48.62 -
YUV 117.03 166.93 215.71 -
System Red Green Blue C M Y K H S L
Decimal 240 41 186 0 0.83 0.22 0.06 316.28 0.87 0.55
Hex F0 29 BA 0 53 16 6 13C 57 37
Octal 360 51 272 0 123 26 6 474 127 67
Binary 11110000 101001 10111010 0 1010011 10110 110 100111100 1010111 110111

Color Harmonies of #F029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029BA

Black with #F029BA

Text Example


Text Example

White with #F029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029BA; }

 p { color: rgb(240,41,186); }

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

background-color css

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

 a { background-color: rgb(240,41,186); }

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

border-color css

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

 span { border-color: rgb(240,41,186); }

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