Html Css Color HEX #F51257 Razzmatazz

📋 copy color: '#F51257'

red 245 ◦ green 18 ◦ blue 87

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

Shades of Razzmatazz #F51257

Tints of Razzmatazz #F51257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 70%
G = 5.14%
B = 24.86%

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

#F51257 (or 0xF51257) is known color: Razzmatazz. HEX triplet: F5, 12 and 57. RGB value is (245,18,87). Sum of RGB (Red+Green+Blue) = 245+18+87=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51257 is #0AEDA8. Grayscale: #5D5D5D. Windows color (decimal): -716201 or 5706485. OLE color: 5706485.

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

Color convert

RGB 245 18 87 -
CMYK 0 0.93 0.64 0.04
HSL 341.76º 0.92% 0.52% -
HSV(B) 341.76º 0.93% 0.96% -
XYZ 39.59 20.53 10.89 -
YUV 93.74 124.21 235.89 -
System Red Green Blue C M Y K H S L
Decimal 245 18 87 0 0.93 0.64 0.04 341.76 0.92 0.52
Hex F5 12 57 0 5D 40 4 156 5C 34
Octal 365 22 127 0 135 100 4 526 134 64
Binary 11110101 10010 1010111 0 1011101 1000000 100 101010110 1011100 110100

Color Harmonies of #F51257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51257

Black with #F51257

Text Example


Text Example

White with #F51257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51257; }

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

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

background-color css

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

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

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

border-color css

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

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

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