Html Css Color HEX #F61053 Razzmatazz

📋 copy color: '#F61053'

red 246 ◦ green 16 ◦ blue 83

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

Shades of Razzmatazz #F61053

Tints of Razzmatazz #F61053

RGB

 RED value IS 246 (96.48% from 255) = 71.3%

 GREEN value IS 16 (6.64% from 255) = 4.64%

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

R = 71.3%
G = 4.64%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F61053 (or 0xF61053) is known color: Razzmatazz. HEX triplet: F6, 10 and 53. RGB value is (246,16,83). Sum of RGB (Red+Green+Blue) = 246+16+83=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F61053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61053 is #09EFAC. Grayscale: #5C5C5C. Windows color (decimal): -651181 or 5443830. OLE color: 5443830.

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

Color convert

RGB 246 16 83 -
CMYK 0 0.93 0.66 0.04
HSL 342.52º 0.93% 0.51% -
HSV(B) 342.52º 0.93% 0.96% -
XYZ 39.75 20.59 10.06 -
YUV 92.41 122.7 237.55 -
System Red Green Blue C M Y K H S L
Decimal 246 16 83 0 0.93 0.66 0.04 342.52 0.93 0.51
Hex F6 10 53 0 5D 42 4 157 5D 33
Octal 366 20 123 0 135 102 4 527 135 63
Binary 11110110 10000 1010011 0 1011101 1000010 100 101010111 1011101 110011

Color Harmonies of #F61053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61053

Black with #F61053

Text Example


Text Example

White with #F61053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61053; }

 p { color: rgb(246,16,83); }

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

background-color css

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

 a { background-color: rgb(246,16,83); }

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

border-color css

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

 span { border-color: rgb(246,16,83); }

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