Html Css Color HEX #F5145B Razzmatazz

📋 copy color: '#F5145B'

red 245 ◦ green 20 ◦ blue 91

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

Shades of Razzmatazz #F5145B

Tints of Razzmatazz #F5145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.62%

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

R = 68.82%
G = 5.62%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5145B (or 0xF5145B) is known color: Razzmatazz. HEX triplet: F5, 14 and 5B. RGB value is (245,20,91). Sum of RGB (Red+Green+Blue) = 245+20+91=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5145B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5145B is #0AEBA4. Grayscale: #5F5F5F. Windows color (decimal): -715685 or 5969141. OLE color: 5969141.

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

Color convert

RGB 245 20 91 -
CMYK 0 0.92 0.63 0.04
HSL 341.07º 0.92% 0.52% -
HSV(B) 341.07º 0.92% 0.96% -
XYZ 39.79 20.67 11.79 -
YUV 95.37 125.54 234.73 -
System Red Green Blue C M Y K H S L
Decimal 245 20 91 0 0.92 0.63 0.04 341.07 0.92 0.52
Hex F5 14 5B 0 5C 3F 4 155 5C 34
Octal 365 24 133 0 134 77 4 525 134 64
Binary 11110101 10100 1011011 0 1011100 111111 100 101010101 1011100 110100

Color Harmonies of #F5145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5145B

Black with #F5145B

Text Example


Text Example

White with #F5145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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