Html Css Color HEX #F5014B Razzmatazz

📋 copy color: '#F5014B'

red 245 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #F5014B

Tints of Razzmatazz #F5014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 76.32%
G = 0.31%
B = 23.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5014B (or 0xF5014B) is known color: Razzmatazz. HEX triplet: F5, 01 and 4B. RGB value is (245,1,75). Sum of RGB (Red+Green+Blue) = 245+1+75=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F5014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5014B is #0AFEB4. Grayscale: #525252. Windows color (decimal): -720565 or 4915701. OLE color: 4915701.

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

Color convert

RGB 245 1 75 -
CMYK 0 1.00 0.69 0.04
HSL 341.8º 0.99% 0.48% -
HSV(B) 341.8º 1% 0.96% -
XYZ 38.94 19.94 8.45 -
YUV 82.39 123.84 243.98 -
System Red Green Blue C M Y K H S L
Decimal 245 1 75 0 1.00 0.69 0.04 341.8 0.99 0.48
Hex F5 1 4B 0 64 45 4 156 63 30
Octal 365 1 113 0 144 105 4 526 143 60
Binary 11110101 1 1001011 0 1100100 1000101 100 101010110 1100011 110000

Color Harmonies of #F5014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5014B

Black with #F5014B

Text Example


Text Example

White with #F5014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5014B; }

 p { color: rgb(245,1,75); }

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

background-color css

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

 a { background-color: rgb(245,1,75); }

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

border-color css

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

 span { border-color: rgb(245,1,75); }

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