Html Css Color HEX #F51267 Razzmatazz

📋 copy color: '#F51267'

red 245 ◦ green 18 ◦ blue 103

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

Shades of Razzmatazz #F51267

Tints of Razzmatazz #F51267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.14%

R = 66.94%
G = 4.92%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F51267 (or 0xF51267) is known color: Razzmatazz. HEX triplet: F5, 12 and 67. RGB value is (245,18,103). Sum of RGB (Red+Green+Blue) = 245+18+103=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F51267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51267 is #0AED98. Grayscale: #5F5F5F. Windows color (decimal): -716185 or 6755061. OLE color: 6755061.

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

Color convert

RGB 245 18 103 -
CMYK 0 0.93 0.58 0.04
HSL 337.53º 0.92% 0.52% -
HSV(B) 337.53º 0.93% 0.96% -
XYZ 40.32 20.82 14.73 -
YUV 95.56 132.21 234.59 -
System Red Green Blue C M Y K H S L
Decimal 245 18 103 0 0.93 0.58 0.04 337.53 0.92 0.52
Hex F5 12 67 0 5D 3A 4 152 5C 34
Octal 365 22 147 0 135 72 4 522 134 64
Binary 11110101 10010 1100111 0 1011101 111010 100 101010010 1011100 110100

Color Harmonies of #F51267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51267

Black with #F51267

Text Example


Text Example

White with #F51267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51267; }

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

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

background-color css

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

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

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

border-color css

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

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

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