Html Css Color HEX #F61350 Razzmatazz

📋 copy color: '#F61350'

red 246 ◦ green 19 ◦ blue 80

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

Shades of Razzmatazz #F61350

Tints of Razzmatazz #F61350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 71.3%
G = 5.51%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F61350 (or 0xF61350) is known color: Razzmatazz. HEX triplet: F6, 13 and 50. RGB value is (246,19,80). Sum of RGB (Red+Green+Blue) = 246+19+80=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F61350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61350 is #09ECAF. Grayscale: #5D5D5D. Windows color (decimal): -650416 or 5247990. OLE color: 5247990.

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

Color convert

RGB 246 19 80 -
CMYK 0 0.92 0.67 0.04
HSL 343.88º 0.93% 0.52% -
HSV(B) 343.88º 0.92% 0.96% -
XYZ 39.69 20.64 9.48 -
YUV 93.83 120.21 236.54 -
System Red Green Blue C M Y K H S L
Decimal 246 19 80 0 0.92 0.67 0.04 343.88 0.93 0.52
Hex F6 13 50 0 5C 43 4 158 5D 34
Octal 366 23 120 0 134 103 4 530 135 64
Binary 11110110 10011 1010000 0 1011100 1000011 100 101011000 1011101 110100

Color Harmonies of #F61350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61350

Black with #F61350

Text Example


Text Example

White with #F61350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61350; }

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

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

background-color css

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

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

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

border-color css

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

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

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