Html Css Color HEX #F5035A Razzmatazz

📋 copy color: '#F5035A'

red 245 ◦ green 3 ◦ blue 90

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

Shades of Razzmatazz #F5035A

Tints of Razzmatazz #F5035A

RGB

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

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

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

R = 72.49%
G = 0.89%
B = 26.63%

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

#F5035A (or 0xF5035A) is known color: Razzmatazz. HEX triplet: F5, 03 and 5A. RGB value is (245,3,90). Sum of RGB (Red+Green+Blue) = 245+3+90=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F5035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5035A is #0AFCA5. Grayscale: #555555. Windows color (decimal): -720038 or 5899253. OLE color: 5899253.

HSL color Cylindrical-coordinate representation of color #F5035A: hue angle of 338.43º 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 #F5035A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 90 -
CMYK 0 0.99 0.63 0.04
HSL 338.43º 0.98% 0.49% -
HSV(B) 338.43º 0.99% 0.96% -
XYZ 39.53 20.22 11.49 -
YUV 85.28 130.67 241.93 -
System Red Green Blue C M Y K H S L
Decimal 245 3 90 0 0.99 0.63 0.04 338.43 0.98 0.49
Hex F5 3 5A 0 63 3F 4 152 62 31
Octal 365 3 132 0 143 77 4 522 142 61
Binary 11110101 11 1011010 0 1100011 111111 100 101010010 1100010 110001

Color Harmonies of #F5035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5035A

Black with #F5035A

Text Example


Text Example

White with #F5035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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