Html Css Color HEX #F61465 Razzmatazz

📋 copy color: '#F61465'

red 246 ◦ green 20 ◦ blue 101

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

Shades of Razzmatazz #F61465

Tints of Razzmatazz #F61465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 67.03%
G = 5.45%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F61465 (or 0xF61465) is known color: Razzmatazz. HEX triplet: F6, 14 and 65. RGB value is (246,20,101). Sum of RGB (Red+Green+Blue) = 246+20+101=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F61465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61465 is #09EB9A. Grayscale: #606060. Windows color (decimal): -650139 or 6624502. OLE color: 6624502.

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

Color convert

RGB 246 20 101 -
CMYK 0 0.92 0.59 0.04
HSL 338.5º 0.93% 0.52% -
HSV(B) 338.5º 0.92% 0.96% -
XYZ 40.61 21.03 14.23 -
YUV 96.81 130.37 234.41 -
System Red Green Blue C M Y K H S L
Decimal 246 20 101 0 0.92 0.59 0.04 338.5 0.93 0.52
Hex F6 14 65 0 5C 3B 4 152 5D 34
Octal 366 24 145 0 134 73 4 522 135 64
Binary 11110110 10100 1100101 0 1011100 111011 100 101010010 1011101 110100

Color Harmonies of #F61465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61465

Black with #F61465

Text Example


Text Example

White with #F61465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61465; }

 p { color: rgb(246,20,101); }

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

background-color css

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

 a { background-color: rgb(246,20,101); }

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

border-color css

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

 span { border-color: rgb(246,20,101); }

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