Html Css Color HEX #F01459 Razzmatazz

📋 copy color: '#F01459'

red 240 ◦ green 20 ◦ blue 89

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

Shades of Razzmatazz #F01459

Tints of Razzmatazz #F01459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.73%

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

R = 68.77%
G = 5.73%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F01459 (or 0xF01459) is known color: Razzmatazz. HEX triplet: F0, 14 and 59. RGB value is (240,20,89). Sum of RGB (Red+Green+Blue) = 240+20+89=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F01459 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01459 is #0FEBA6. Grayscale: #5D5D5D. Windows color (decimal): -1043367 or 5838064. OLE color: 5838064.

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

Color convert

RGB 240 20 89 -
CMYK 0 0.92 0.63 0.06
HSL 341.18º 0.88% 0.51% -
HSV(B) 341.18º 0.92% 0.94% -
XYZ 37.99 19.75 11.26 -
YUV 93.65 125.39 232.39 -
System Red Green Blue C M Y K H S L
Decimal 240 20 89 0 0.92 0.63 0.06 341.18 0.88 0.51
Hex F0 14 59 0 5C 3F 6 155 58 33
Octal 360 24 131 0 134 77 6 525 130 63
Binary 11110000 10100 1011001 0 1011100 111111 110 101010101 1011000 110011

Color Harmonies of #F01459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01459

Black with #F01459

Text Example


Text Example

White with #F01459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01459; }

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

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

background-color css

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

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

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

border-color css

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

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

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