Html Css Color HEX #F51551 Razzmatazz

📋 copy color: '#F51551'

red 245 ◦ green 21 ◦ blue 81

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

Shades of Razzmatazz #F51551

Tints of Razzmatazz #F51551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 70.61%
G = 6.05%
B = 23.34%

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

#F51551 (or 0xF51551) is known color: Razzmatazz. HEX triplet: F5, 15 and 51. RGB value is (245,21,81). Sum of RGB (Red+Green+Blue) = 245+21+81=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F51551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51551 is #0AEAAE. Grayscale: #5E5E5E. Windows color (decimal): -715439 or 5314037. OLE color: 5314037.

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

Color convert

RGB 245 21 81 -
CMYK 0 0.91 0.67 0.04
HSL 343.93º 0.92% 0.52% -
HSV(B) 343.93º 0.91% 0.96% -
XYZ 39.41 20.54 9.67 -
YUV 94.82 120.21 235.12 -
System Red Green Blue C M Y K H S L
Decimal 245 21 81 0 0.91 0.67 0.04 343.93 0.92 0.52
Hex F5 15 51 0 5B 43 4 158 5C 34
Octal 365 25 121 0 133 103 4 530 134 64
Binary 11110101 10101 1010001 0 1011011 1000011 100 101011000 1011100 110100

Color Harmonies of #F51551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51551

Black with #F51551

Text Example


Text Example

White with #F51551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51551; }

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

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

background-color css

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

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

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

border-color css

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

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

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