Html Css Color HEX #F5134F Razzmatazz

📋 copy color: '#F5134F'

red 245 ◦ green 19 ◦ blue 79

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

Shades of Razzmatazz #F5134F

Tints of Razzmatazz #F5134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 71.43%
G = 5.54%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5134F (or 0xF5134F) is known color: Razzmatazz. HEX triplet: F5, 13 and 4F. RGB value is (245,19,79). Sum of RGB (Red+Green+Blue) = 245+19+79=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5134F is #0AECB0. Grayscale: #5D5D5D. Windows color (decimal): -715953 or 5182453. OLE color: 5182453.

HSL color Cylindrical-coordinate representation of color #F5134F: hue angle of 344.07º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5134F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 19 79 -
CMYK 0 0.92 0.68 0.04
HSL 344.07º 0.92% 0.52% -
HSV(B) 344.07º 0.92% 0.96% -
XYZ 39.3 20.44 9.27 -
YUV 93.41 119.87 236.12 -
System Red Green Blue C M Y K H S L
Decimal 245 19 79 0 0.92 0.68 0.04 344.07 0.92 0.52
Hex F5 13 4F 0 5C 44 4 158 5C 34
Octal 365 23 117 0 134 104 4 530 134 64
Binary 11110101 10011 1001111 0 1011100 1000100 100 101011000 1011100 110100

Color Harmonies of #F5134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5134F

Black with #F5134F

Text Example


Text Example

White with #F5134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5134F; }

 p { color: rgb(245,19,79); }

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

background-color css

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

 a { background-color: rgb(245,19,79); }

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

border-color css

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

 span { border-color: rgb(245,19,79); }

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