Html Css Color HEX #F40061 Razzmatazz

📋 copy color: '#F40061'

red 244 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #F40061

Tints of Razzmatazz #F40061

RGB

 RED value IS 244 (95.7% from 255) = 71.55%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 71.55%
G = 0%
B = 28.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F40061 (or 0xF40061) is known color: Razzmatazz. HEX triplet: F4, 00 and 61. RGB value is (244,0,97). Sum of RGB (Red+Green+Blue) = 244+0+97=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F40061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40061 is #0BFF9E. Grayscale: #535353. Windows color (decimal): -786335 or 6357236. OLE color: 6357236.

HSL color Cylindrical-coordinate representation of color #F40061: hue angle of 336.15º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40061 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 97 -
CMYK 0 1 0.60 0.04
HSL 336.15º 1% 0.48% -
HSV(B) 336.15º 1% 0.96% -
XYZ 39.47 20.1 13.11 -
YUV 84.01 135.34 242.11 -
System Red Green Blue C M Y K H S L
Decimal 244 0 97 0 1 0.60 0.04 336.15 1 0.48
Hex F4 0 61 0 64 3C 4 150 64 30
Octal 364 0 141 0 144 74 4 520 144 60
Binary 11110100 0 1100001 0 1100100 111100 100 101010000 1100100 110000

Color Harmonies of #F40061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40061

Black with #F40061

Text Example


Text Example

White with #F40061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40061; }

 p { color: rgb(244,0,97); }

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

background-color css

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

 a { background-color: rgb(244,0,97); }

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

border-color css

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

 span { border-color: rgb(244,0,97); }

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