Html Css Color HEX #F0145F Razzmatazz

📋 copy color: '#F0145F'

red 240 ◦ green 20 ◦ blue 95

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

Shades of Razzmatazz #F0145F

Tints of Razzmatazz #F0145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 67.61%
G = 5.63%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0145F (or 0xF0145F) is known color: Razzmatazz. HEX triplet: F0, 14 and 5F. RGB value is (240,20,95). Sum of RGB (Red+Green+Blue) = 240+20+95=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0145F is #0FEBA0. Grayscale: #5E5E5E. Windows color (decimal): -1043361 or 6231280. OLE color: 6231280.

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

Color convert

RGB 240 20 95 -
CMYK 0 0.92 0.60 0.06
HSL 339.55º 0.88% 0.51% -
HSV(B) 339.55º 0.92% 0.94% -
XYZ 38.25 19.85 12.64 -
YUV 94.33 128.39 231.9 -
System Red Green Blue C M Y K H S L
Decimal 240 20 95 0 0.92 0.60 0.06 339.55 0.88 0.51
Hex F0 14 5F 0 5C 3C 6 154 58 33
Octal 360 24 137 0 134 74 6 524 130 63
Binary 11110000 10100 1011111 0 1011100 111100 110 101010100 1011000 110011

Color Harmonies of #F0145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0145F

Black with #F0145F

Text Example


Text Example

White with #F0145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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