Html Css Color HEX #F01455 Razzmatazz

📋 copy color: '#F01455'

red 240 ◦ green 20 ◦ blue 85

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

Shades of Razzmatazz #F01455

Tints of Razzmatazz #F01455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 69.57%
G = 5.8%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F01455 (or 0xF01455) is known color: Razzmatazz. HEX triplet: F0, 14 and 55. RGB value is (240,20,85). Sum of RGB (Red+Green+Blue) = 240+20+85=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F01455 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01455 is #0FEBAA. Grayscale: #5D5D5D. Windows color (decimal): -1043371 or 5575920. OLE color: 5575920.

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

Color convert

RGB 240 20 85 -
CMYK 0 0.92 0.65 0.06
HSL 342.27º 0.88% 0.51% -
HSV(B) 342.27º 0.92% 0.94% -
XYZ 37.83 19.68 10.4 -
YUV 93.19 123.39 232.71 -
System Red Green Blue C M Y K H S L
Decimal 240 20 85 0 0.92 0.65 0.06 342.27 0.88 0.51
Hex F0 14 55 0 5C 41 6 156 58 33
Octal 360 24 125 0 134 101 6 526 130 63
Binary 11110000 10100 1010101 0 1011100 1000001 110 101010110 1011000 110011

Color Harmonies of #F01455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01455

Black with #F01455

Text Example


Text Example

White with #F01455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01455; }

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

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

background-color css

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

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

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

border-color css

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

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

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