Html Css Color HEX #F61550 Razzmatazz

📋 copy color: '#F61550'

red 246 ◦ green 21 ◦ blue 80

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

Shades of Razzmatazz #F61550

Tints of Razzmatazz #F61550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

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

R = 70.89%
G = 6.05%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F61550 (or 0xF61550) is known color: Razzmatazz. HEX triplet: F6, 15 and 50. RGB value is (246,21,80). Sum of RGB (Red+Green+Blue) = 246+21+80=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F61550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61550 is #09EAAF. Grayscale: #5E5E5E. Windows color (decimal): -649904 or 5248502. OLE color: 5248502.

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

Color convert

RGB 246 21 80 -
CMYK 0 0.91 0.67 0.04
HSL 344.27º 0.93% 0.52% -
HSV(B) 344.27º 0.91% 0.96% -
XYZ 39.72 20.71 9.49 -
YUV 95 119.54 235.7 -
System Red Green Blue C M Y K H S L
Decimal 246 21 80 0 0.91 0.67 0.04 344.27 0.93 0.52
Hex F6 15 50 0 5B 43 4 158 5D 34
Octal 366 25 120 0 133 103 4 530 135 64
Binary 11110110 10101 1010000 0 1011011 1000011 100 101011000 1011101 110100

Color Harmonies of #F61550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61550

Black with #F61550

Text Example


Text Example

White with #F61550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61550; }

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

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

background-color css

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

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

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

border-color css

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

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

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