Html Css Color HEX #F01DAE Spicy Pink

📋 copy color: '#F01DAE'

red 240 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #F01DAE

Tints of Spicy Pink #F01DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.55%

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

R = 54.18%
G = 6.55%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F01DAE (or 0xF01DAE) is known color: Spicy Pink. HEX triplet: F0, 1D and AE. RGB value is (240,29,174). Sum of RGB (Red+Green+Blue) = 240+29+174=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01DAE is #0FE251. Grayscale: #6C6C6C. Windows color (decimal): -1040978 or 11410928. OLE color: 11410928.

HSL color Cylindrical-coordinate representation of color #F01DAE: hue angle of 318.77º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01DAE is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 29 174 -
CMYK 0 0.88 0.28 0.06
HSL 318.77º 0.88% 0.53% -
HSV(B) 318.77º 0.88% 0.94% -
XYZ 44.01 22.46 42.06 -
YUV 108.62 164.9 221.71 -
System Red Green Blue C M Y K H S L
Decimal 240 29 174 0 0.88 0.28 0.06 318.77 0.88 0.53
Hex F0 1D AE 0 58 1C 6 13F 58 35
Octal 360 35 256 0 130 34 6 477 130 65
Binary 11110000 11101 10101110 0 1011000 11100 110 100111111 1011000 110101

Color Harmonies of #F01DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DAE

Black with #F01DAE

Text Example


Text Example

White with #F01DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DAE; }

 p { color: rgb(240,29,174); }

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

background-color css

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

 a { background-color: rgb(240,29,174); }

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

border-color css

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

 span { border-color: rgb(240,29,174); }

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