Html Css Color HEX #F40363 Razzmatazz

📋 copy color: '#F40363'

red 244 ◦ green 3 ◦ blue 99

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

Shades of Razzmatazz #F40363

Tints of Razzmatazz #F40363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 99 (39.06% from 255) = 28.61%

R = 70.52%
G = 0.87%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F40363 (or 0xF40363) is known color: Razzmatazz. HEX triplet: F4, 03 and 63. RGB value is (244,3,99). Sum of RGB (Red+Green+Blue) = 244+3+99=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F40363 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40363 is #0BFC9C. Grayscale: #555555. Windows color (decimal): -785565 or 6489076. OLE color: 6489076.

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

Color convert

RGB 244 3 99 -
CMYK 0 0.99 0.59 0.04
HSL 336.1º 0.98% 0.48% -
HSV(B) 336.1º 0.99% 0.96% -
XYZ 39.59 20.2 13.62 -
YUV 86 135.34 240.69 -
System Red Green Blue C M Y K H S L
Decimal 244 3 99 0 0.99 0.59 0.04 336.1 0.98 0.48
Hex F4 3 63 0 63 3B 4 150 62 30
Octal 364 3 143 0 143 73 4 520 142 60
Binary 11110100 11 1100011 0 1100011 111011 100 101010000 1100010 110000

Color Harmonies of #F40363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40363

Black with #F40363

Text Example


Text Example

White with #F40363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40363; }

 p { color: rgb(244,3,99); }

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

background-color css

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

 a { background-color: rgb(244,3,99); }

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

border-color css

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

 span { border-color: rgb(244,3,99); }

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