Html Css Color HEX #F01DB7 Spicy Pink

📋 copy color: '#F01DB7'

red 240 ◦ green 29 ◦ blue 183

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

Shades of Spicy Pink #F01DB7

Tints of Spicy Pink #F01DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 53.1%
G = 6.42%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F01DB7 (or 0xF01DB7) is known color: Spicy Pink. HEX triplet: F0, 1D and B7. RGB value is (240,29,183). Sum of RGB (Red+Green+Blue) = 240+29+183=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DB7 is #0FE248. Grayscale: #6D6D6D. Windows color (decimal): -1040969 or 12000752. OLE color: 12000752.

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

Color convert

RGB 240 29 183 -
CMYK 0 0.88 0.24 0.06
HSL 316.21º 0.88% 0.53% -
HSV(B) 316.21º 0.88% 0.94% -
XYZ 44.92 22.82 46.84 -
YUV 109.65 169.4 220.98 -
System Red Green Blue C M Y K H S L
Decimal 240 29 183 0 0.88 0.24 0.06 316.21 0.88 0.53
Hex F0 1D B7 0 58 18 6 13C 58 35
Octal 360 35 267 0 130 30 6 474 130 65
Binary 11110000 11101 10110111 0 1011000 11000 110 100111100 1011000 110101

Color Harmonies of #F01DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DB7

Black with #F01DB7

Text Example


Text Example

White with #F01DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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