Html Css Color HEX #F51552 Razzmatazz

📋 copy color: '#F51552'

red 245 ◦ green 21 ◦ blue 82

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

Shades of Razzmatazz #F51552

Tints of Razzmatazz #F51552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 70.4%
G = 6.03%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F51552 (or 0xF51552) is known color: Razzmatazz. HEX triplet: F5, 15 and 52. RGB value is (245,21,82). Sum of RGB (Red+Green+Blue) = 245+21+82=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F51552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51552 is #0AEAAD. Grayscale: #5E5E5E. Windows color (decimal): -715438 or 5379573. OLE color: 5379573.

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

Color convert

RGB 245 21 82 -
CMYK 0 0.91 0.67 0.04
HSL 343.66º 0.92% 0.52% -
HSV(B) 343.66º 0.91% 0.96% -
XYZ 39.45 20.56 9.87 -
YUV 94.93 120.71 235.04 -
System Red Green Blue C M Y K H S L
Decimal 245 21 82 0 0.91 0.67 0.04 343.66 0.92 0.52
Hex F5 15 52 0 5B 43 4 158 5C 34
Octal 365 25 122 0 133 103 4 530 134 64
Binary 11110101 10101 1010010 0 1011011 1000011 100 101011000 1011100 110100

Color Harmonies of #F51552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51552

Black with #F51552

Text Example


Text Example

White with #F51552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51552; }

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

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

background-color css

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

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

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

border-color css

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

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

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