Html Css Color HEX #F51558 Razzmatazz

📋 copy color: '#F51558'

red 245 ◦ green 21 ◦ blue 88

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

Shades of Razzmatazz #F51558

Tints of Razzmatazz #F51558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.93%

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

R = 69.21%
G = 5.93%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F51558 (or 0xF51558) is known color: Razzmatazz. HEX triplet: F5, 15 and 58. RGB value is (245,21,88). Sum of RGB (Red+Green+Blue) = 245+21+88=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F51558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51558 is #0AEAA7. Grayscale: #5F5F5F. Windows color (decimal): -715432 or 5772789. OLE color: 5772789.

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

Color convert

RGB 245 21 88 -
CMYK 0 0.91 0.64 0.04
HSL 342.05º 0.92% 0.52% -
HSV(B) 342.05º 0.91% 0.96% -
XYZ 39.69 20.65 11.13 -
YUV 95.61 123.71 234.55 -
System Red Green Blue C M Y K H S L
Decimal 245 21 88 0 0.91 0.64 0.04 342.05 0.92 0.52
Hex F5 15 58 0 5B 40 4 156 5C 34
Octal 365 25 130 0 133 100 4 526 134 64
Binary 11110101 10101 1011000 0 1011011 1000000 100 101010110 1011100 110100

Color Harmonies of #F51558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51558

Black with #F51558

Text Example


Text Example

White with #F51558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51558; }

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

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

background-color css

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

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

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

border-color css

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

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

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