Html Css Color HEX #F51365 Razzmatazz

📋 copy color: '#F51365'

red 245 ◦ green 19 ◦ blue 101

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

Shades of Razzmatazz #F51365

Tints of Razzmatazz #F51365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 67.12%
G = 5.21%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F51365 (or 0xF51365) is known color: Razzmatazz. HEX triplet: F5, 13 and 65. RGB value is (245,19,101). Sum of RGB (Red+Green+Blue) = 245+19+101=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F51365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51365 is #0AEC9A. Grayscale: #5F5F5F. Windows color (decimal): -715931 or 6624245. OLE color: 6624245.

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

Color convert

RGB 245 19 101 -
CMYK 0 0.92 0.59 0.04
HSL 338.23º 0.92% 0.52% -
HSV(B) 338.23º 0.92% 0.96% -
XYZ 40.24 20.82 14.21 -
YUV 95.92 130.87 234.33 -
System Red Green Blue C M Y K H S L
Decimal 245 19 101 0 0.92 0.59 0.04 338.23 0.92 0.52
Hex F5 13 65 0 5C 3B 4 152 5C 34
Octal 365 23 145 0 134 73 4 522 134 64
Binary 11110101 10011 1100101 0 1011100 111011 100 101010010 1011100 110100

Color Harmonies of #F51365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51365

Black with #F51365

Text Example


Text Example

White with #F51365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51365; }

 p { color: rgb(245,19,101); }

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

background-color css

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

 a { background-color: rgb(245,19,101); }

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

border-color css

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

 span { border-color: rgb(245,19,101); }

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