Html Css Color HEX #F61353 Razzmatazz

📋 copy color: '#F61353'

red 246 ◦ green 19 ◦ blue 83

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

Shades of Razzmatazz #F61353

Tints of Razzmatazz #F61353

RGB

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

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

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

R = 70.69%
G = 5.46%
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

#F61353 (or 0xF61353) is known color: Razzmatazz. HEX triplet: F6, 13 and 53. RGB value is (246,19,83). Sum of RGB (Red+Green+Blue) = 246+19+83=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F61353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61353 is #09ECAC. Grayscale: #5E5E5E. Windows color (decimal): -650413 or 5444598. OLE color: 5444598.

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

Color convert

RGB 246 19 83 -
CMYK 0 0.92 0.66 0.04
HSL 343.08º 0.93% 0.52% -
HSV(B) 343.08º 0.92% 0.96% -
XYZ 39.8 20.68 10.08 -
YUV 94.17 121.71 236.3 -
System Red Green Blue C M Y K H S L
Decimal 246 19 83 0 0.92 0.66 0.04 343.08 0.93 0.52
Hex F6 13 53 0 5C 42 4 157 5D 34
Octal 366 23 123 0 134 102 4 527 135 64
Binary 11110110 10011 1010011 0 1011100 1000010 100 101010111 1011101 110100

Color Harmonies of #F61353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61353

Black with #F61353

Text Example


Text Example

White with #F61353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61353; }

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

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

background-color css

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

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

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

border-color css

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

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

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