Html Css Color HEX #F51258 Razzmatazz

📋 copy color: '#F51258'

red 245 ◦ green 18 ◦ blue 88

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

Shades of Razzmatazz #F51258

Tints of Razzmatazz #F51258

RGB

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

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

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

R = 69.8%
G = 5.13%
B = 25.07%

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

#F51258 (or 0xF51258) is known color: Razzmatazz. HEX triplet: F5, 12 and 58. RGB value is (245,18,88). Sum of RGB (Red+Green+Blue) = 245+18+88=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F51258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51258 is #0AEDA7. Grayscale: #5D5D5D. Windows color (decimal): -716200 or 5772021. OLE color: 5772021.

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

Color convert

RGB 245 18 88 -
CMYK 0 0.93 0.64 0.04
HSL 341.5º 0.92% 0.52% -
HSV(B) 341.5º 0.93% 0.96% -
XYZ 39.63 20.55 11.11 -
YUV 93.85 124.71 235.81 -
System Red Green Blue C M Y K H S L
Decimal 245 18 88 0 0.93 0.64 0.04 341.5 0.92 0.52
Hex F5 12 58 0 5D 40 4 155 5C 34
Octal 365 22 130 0 135 100 4 525 134 64
Binary 11110101 10010 1011000 0 1011101 1000000 100 101010101 1011100 110100

Color Harmonies of #F51258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51258

Black with #F51258

Text Example


Text Example

White with #F51258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51258; }

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

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

background-color css

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

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

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

border-color css

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

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

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