Html Css Color HEX #F51453 Razzmatazz

📋 copy color: '#F51453'

red 245 ◦ green 20 ◦ blue 83

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

Shades of Razzmatazz #F51453

Tints of Razzmatazz #F51453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.75%

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 70.4%
G = 5.75%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F51453 (or 0xF51453) is known color: Razzmatazz. HEX triplet: F5, 14 and 53. RGB value is (245,20,83). Sum of RGB (Red+Green+Blue) = 245+20+83=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F51453 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51453 is #0AEBAC. Grayscale: #5E5E5E. Windows color (decimal): -715693 or 5444853. OLE color: 5444853.

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

Color convert

RGB 245 20 83 -
CMYK 0 0.92 0.66 0.04
HSL 343.2º 0.92% 0.52% -
HSV(B) 343.2º 0.92% 0.96% -
XYZ 39.47 20.54 10.07 -
YUV 94.46 121.54 235.38 -
System Red Green Blue C M Y K H S L
Decimal 245 20 83 0 0.92 0.66 0.04 343.2 0.92 0.52
Hex F5 14 53 0 5C 42 4 157 5C 34
Octal 365 24 123 0 134 102 4 527 134 64
Binary 11110101 10100 1010011 0 1011100 1000010 100 101010111 1011100 110100

Color Harmonies of #F51453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51453

Black with #F51453

Text Example


Text Example

White with #F51453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51453; }

 p { color: rgb(245,20,83); }

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

background-color css

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

 a { background-color: rgb(245,20,83); }

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

border-color css

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

 span { border-color: rgb(245,20,83); }

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