Html Css Color HEX #F01759 Razzmatazz

📋 copy color: '#F01759'

red 240 ◦ green 23 ◦ blue 89

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

Shades of Razzmatazz #F01759

Tints of Razzmatazz #F01759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.53%

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 68.18%
G = 6.53%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F01759 (or 0xF01759) is known color: Razzmatazz. HEX triplet: F0, 17 and 59. RGB value is (240,23,89). Sum of RGB (Red+Green+Blue) = 240+23+89=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F01759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01759 is #0FE8A6. Grayscale: #5F5F5F. Windows color (decimal): -1042599 or 5838832. OLE color: 5838832.

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

Color convert

RGB 240 23 89 -
CMYK 0 0.90 0.63 0.06
HSL 341.75º 0.88% 0.52% -
HSV(B) 341.75º 0.9% 0.94% -
XYZ 38.04 19.86 11.28 -
YUV 95.41 124.39 231.13 -
System Red Green Blue C M Y K H S L
Decimal 240 23 89 0 0.90 0.63 0.06 341.75 0.88 0.52
Hex F0 17 59 0 5A 3F 6 156 58 34
Octal 360 27 131 0 132 77 6 526 130 64
Binary 11110000 10111 1011001 0 1011010 111111 110 101010110 1011000 110100

Color Harmonies of #F01759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01759

Black with #F01759

Text Example


Text Example

White with #F01759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01759; }

 p { color: rgb(240,23,89); }

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

background-color css

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

 a { background-color: rgb(240,23,89); }

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

border-color css

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

 span { border-color: rgb(240,23,89); }

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