Html Css Color HEX #F51057 Razzmatazz

📋 copy color: '#F51057'

red 245 ◦ green 16 ◦ blue 87

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

Shades of Razzmatazz #F51057

Tints of Razzmatazz #F51057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 70.4%
G = 4.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F51057 (or 0xF51057) is known color: Razzmatazz. HEX triplet: F5, 10 and 57. RGB value is (245,16,87). Sum of RGB (Red+Green+Blue) = 245+16+87=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F51057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51057 is #0AEFA8. Grayscale: #5C5C5C. Windows color (decimal): -716713 or 5705973. OLE color: 5705973.

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

Color convert

RGB 245 16 87 -
CMYK 0 0.93 0.64 0.04
HSL 341.4º 0.92% 0.51% -
HSV(B) 341.4º 0.93% 0.96% -
XYZ 39.56 20.47 10.88 -
YUV 92.57 124.87 236.73 -
System Red Green Blue C M Y K H S L
Decimal 245 16 87 0 0.93 0.64 0.04 341.4 0.92 0.51
Hex F5 10 57 0 5D 40 4 155 5C 33
Octal 365 20 127 0 135 100 4 525 134 63
Binary 11110101 10000 1010111 0 1011101 1000000 100 101010101 1011100 110011

Color Harmonies of #F51057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51057

Black with #F51057

Text Example


Text Example

White with #F51057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51057; }

 p { color: rgb(245,16,87); }

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

background-color css

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

 a { background-color: rgb(245,16,87); }

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

border-color css

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

 span { border-color: rgb(245,16,87); }

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