Html Css Color HEX #F5145C Razzmatazz

📋 copy color: '#F5145C'

red 245 ◦ green 20 ◦ blue 92

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

Shades of Razzmatazz #F5145C

Tints of Razzmatazz #F5145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 68.63%
G = 5.6%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5145C (or 0xF5145C) is known color: Razzmatazz. HEX triplet: F5, 14 and 5C. RGB value is (245,20,92). Sum of RGB (Red+Green+Blue) = 245+20+92=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5145C is #0AEBA3. Grayscale: #5F5F5F. Windows color (decimal): -715684 or 6034677. OLE color: 6034677.

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

Color convert

RGB 245 20 92 -
CMYK 0 0.92 0.62 0.04
HSL 340.8º 0.92% 0.52% -
HSV(B) 340.8º 0.92% 0.96% -
XYZ 39.84 20.69 12.02 -
YUV 95.48 126.04 234.65 -
System Red Green Blue C M Y K H S L
Decimal 245 20 92 0 0.92 0.62 0.04 340.8 0.92 0.52
Hex F5 14 5C 0 5C 3E 4 155 5C 34
Octal 365 24 134 0 134 76 4 525 134 64
Binary 11110101 10100 1011100 0 1011100 111110 100 101010101 1011100 110100

Color Harmonies of #F5145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5145C

Black with #F5145C

Text Example


Text Example

White with #F5145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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