Html Css Color HEX #F4075A Razzmatazz

📋 copy color: '#F4075A'

red 244 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #F4075A

Tints of Razzmatazz #F4075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 71.55%
G = 2.05%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4075A (or 0xF4075A) is known color: Razzmatazz. HEX triplet: F4, 07 and 5A. RGB value is (244,7,90). Sum of RGB (Red+Green+Blue) = 244+7+90=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4075A is #0BF8A5. Grayscale: #575757. Windows color (decimal): -784550 or 5900276. OLE color: 5900276.

HSL color Cylindrical-coordinate representation of color #F4075A: hue angle of 338.99º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4075A is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 7 90 -
CMYK 0 0.97 0.63 0.04
HSL 338.99º 0.94% 0.49% -
HSV(B) 338.99º 0.97% 0.96% -
XYZ 39.23 20.12 11.49 -
YUV 87.33 129.52 239.75 -
System Red Green Blue C M Y K H S L
Decimal 244 7 90 0 0.97 0.63 0.04 338.99 0.94 0.49
Hex F4 7 5A 0 61 3F 4 153 5E 31
Octal 364 7 132 0 141 77 4 523 136 61
Binary 11110100 111 1011010 0 1100001 111111 100 101010011 1011110 110001

Color Harmonies of #F4075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4075A

Black with #F4075A

Text Example


Text Example

White with #F4075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4075A; }

 p { color: rgb(244,7,90); }

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

background-color css

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

 a { background-color: rgb(244,7,90); }

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

border-color css

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

 span { border-color: rgb(244,7,90); }

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