Html Css Color HEX #F5035B Razzmatazz

📋 copy color: '#F5035B'

red 245 ◦ green 3 ◦ blue 91

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

Shades of Razzmatazz #F5035B

Tints of Razzmatazz #F5035B

RGB

 RED value IS 245 (96.09% from 255) = 72.27%

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 72.27%
G = 0.88%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5035B (or 0xF5035B) is known color: Razzmatazz. HEX triplet: F5, 03 and 5B. RGB value is (245,3,91). Sum of RGB (Red+Green+Blue) = 245+3+91=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5035B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5035B is #0AFCA4. Grayscale: #555555. Windows color (decimal): -720037 or 5964789. OLE color: 5964789.

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

Color convert

RGB 245 3 91 -
CMYK 0 0.99 0.63 0.04
HSL 338.18º 0.98% 0.49% -
HSV(B) 338.18º 0.99% 0.96% -
XYZ 39.58 20.23 11.72 -
YUV 85.39 131.17 241.84 -
System Red Green Blue C M Y K H S L
Decimal 245 3 91 0 0.99 0.63 0.04 338.18 0.98 0.49
Hex F5 3 5B 0 63 3F 4 152 62 31
Octal 365 3 133 0 143 77 4 522 142 61
Binary 11110101 11 1011011 0 1100011 111111 100 101010010 1100010 110001

Color Harmonies of #F5035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5035B

Black with #F5035B

Text Example


Text Example

White with #F5035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5035B; }

 p { color: rgb(245,3,91); }

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

background-color css

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

 a { background-color: rgb(245,3,91); }

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

border-color css

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

 span { border-color: rgb(245,3,91); }

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