Html Css Color HEX #F51458 Razzmatazz

📋 copy color: '#F51458'

red 245 ◦ green 20 ◦ blue 88

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

Shades of Razzmatazz #F51458

Tints of Razzmatazz #F51458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 69.41%
G = 5.67%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F51458 (or 0xF51458) is known color: Razzmatazz. HEX triplet: F5, 14 and 58. RGB value is (245,20,88). Sum of RGB (Red+Green+Blue) = 245+20+88=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F51458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51458 is #0AEBA7. Grayscale: #5E5E5E. Windows color (decimal): -715688 or 5772533. OLE color: 5772533.

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

Color convert

RGB 245 20 88 -
CMYK 0 0.92 0.64 0.04
HSL 341.87º 0.92% 0.52% -
HSV(B) 341.87º 0.92% 0.96% -
XYZ 39.67 20.62 11.12 -
YUV 95.03 124.04 234.97 -
System Red Green Blue C M Y K H S L
Decimal 245 20 88 0 0.92 0.64 0.04 341.87 0.92 0.52
Hex F5 14 58 0 5C 40 4 156 5C 34
Octal 365 24 130 0 134 100 4 526 134 64
Binary 11110101 10100 1011000 0 1011100 1000000 100 101010110 1011100 110100

Color Harmonies of #F51458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51458

Black with #F51458

Text Example


Text Example

White with #F51458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51458; }

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

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

background-color css

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

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

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

border-color css

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

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

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