Html Css Color HEX #F51262 Razzmatazz

📋 copy color: '#F51262'

red 245 ◦ green 18 ◦ blue 98

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

Shades of Razzmatazz #F51262

Tints of Razzmatazz #F51262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 67.87%
G = 4.99%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F51262 (or 0xF51262) is known color: Razzmatazz. HEX triplet: F5, 12 and 62. RGB value is (245,18,98). Sum of RGB (Red+Green+Blue) = 245+18+98=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F51262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51262 is #0AED9D. Grayscale: #5E5E5E. Windows color (decimal): -716190 or 6427381. OLE color: 6427381.

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

Color convert

RGB 245 18 98 -
CMYK 0 0.93 0.6 0.04
HSL 338.85º 0.92% 0.52% -
HSV(B) 338.85º 0.93% 0.96% -
XYZ 40.08 20.73 13.44 -
YUV 94.99 129.71 235 -
System Red Green Blue C M Y K H S L
Decimal 245 18 98 0 0.93 0.6 0.04 338.85 0.92 0.52
Hex F5 12 62 0 5D 3C 4 153 5C 34
Octal 365 22 142 0 135 74 4 523 134 64
Binary 11110101 10010 1100010 0 1011101 111100 100 101010011 1011100 110100

Color Harmonies of #F51262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51262

Black with #F51262

Text Example


Text Example

White with #F51262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51262; }

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

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

background-color css

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

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

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

border-color css

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

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

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