Html Css Color HEX #F0155A Razzmatazz

📋 copy color: '#F0155A'

red 240 ◦ green 21 ◦ blue 90

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

Shades of Razzmatazz #F0155A

Tints of Razzmatazz #F0155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.98%

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 68.38%
G = 5.98%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0155A (or 0xF0155A) is known color: Razzmatazz. HEX triplet: F0, 15 and 5A. RGB value is (240,21,90). Sum of RGB (Red+Green+Blue) = 240+21+90=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0155A is #0FEAA5. Grayscale: #5E5E5E. Windows color (decimal): -1043110 or 5903856. OLE color: 5903856.

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

Color convert

RGB 240 21 90 -
CMYK 0 0.91 0.62 0.06
HSL 341.1º 0.88% 0.51% -
HSV(B) 341.1º 0.91% 0.94% -
XYZ 38.05 19.8 11.49 -
YUV 94.35 125.55 231.89 -
System Red Green Blue C M Y K H S L
Decimal 240 21 90 0 0.91 0.62 0.06 341.1 0.88 0.51
Hex F0 15 5A 0 5B 3E 6 155 58 33
Octal 360 25 132 0 133 76 6 525 130 63
Binary 11110000 10101 1011010 0 1011011 111110 110 101010101 1011000 110011

Color Harmonies of #F0155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0155A

Black with #F0155A

Text Example


Text Example

White with #F0155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0155A; }

 p { color: rgb(240,21,90); }

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

background-color css

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

 a { background-color: rgb(240,21,90); }

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

border-color css

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

 span { border-color: rgb(240,21,90); }

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