Html Css Color HEX #F51264 Razzmatazz

📋 copy color: '#F51264'

red 245 ◦ green 18 ◦ blue 100

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

Shades of Razzmatazz #F51264

Tints of Razzmatazz #F51264

RGB

 RED value IS 245 (96.09% from 255) = 67.49%

 GREEN value IS 18 (7.42% from 255) = 4.96%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 67.49%
G = 4.96%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F51264 (or 0xF51264) is known color: Razzmatazz. HEX triplet: F5, 12 and 64. RGB value is (245,18,100). Sum of RGB (Red+Green+Blue) = 245+18+100=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F51264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51264 is #0AED9B. Grayscale: #5F5F5F. Windows color (decimal): -716188 or 6558453. OLE color: 6558453.

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

Color convert

RGB 245 18 100 -
CMYK 0 0.93 0.59 0.04
HSL 338.33º 0.92% 0.52% -
HSV(B) 338.33º 0.93% 0.96% -
XYZ 40.17 20.77 13.95 -
YUV 95.22 130.71 234.83 -
System Red Green Blue C M Y K H S L
Decimal 245 18 100 0 0.93 0.59 0.04 338.33 0.92 0.52
Hex F5 12 64 0 5D 3B 4 152 5C 34
Octal 365 22 144 0 135 73 4 522 134 64
Binary 11110101 10010 1100100 0 1011101 111011 100 101010010 1011100 110100

Color Harmonies of #F51264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51264

Black with #F51264

Text Example


Text Example

White with #F51264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51264; }

 p { color: rgb(245,18,100); }

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

background-color css

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

 a { background-color: rgb(245,18,100); }

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

border-color css

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

 span { border-color: rgb(245,18,100); }

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