Html Css Color HEX #F51362 Razzmatazz

📋 copy color: '#F51362'

red 245 ◦ green 19 ◦ blue 98

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

Shades of Razzmatazz #F51362

Tints of Razzmatazz #F51362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 67.68%
G = 5.25%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F51362 (or 0xF51362) is known color: Razzmatazz. HEX triplet: F5, 13 and 62. RGB value is (245,19,98). Sum of RGB (Red+Green+Blue) = 245+19+98=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F51362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51362 is #0AEC9D. Grayscale: #5F5F5F. Windows color (decimal): -715934 or 6427637. OLE color: 6427637.

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

Color convert

RGB 245 19 98 -
CMYK 0 0.92 0.6 0.04
HSL 339.03º 0.92% 0.52% -
HSV(B) 339.03º 0.92% 0.96% -
XYZ 40.09 20.76 13.45 -
YUV 95.58 129.37 234.58 -
System Red Green Blue C M Y K H S L
Decimal 245 19 98 0 0.92 0.6 0.04 339.03 0.92 0.52
Hex F5 13 62 0 5C 3C 4 153 5C 34
Octal 365 23 142 0 134 74 4 523 134 64
Binary 11110101 10011 1100010 0 1011100 111100 100 101010011 1011100 110100

Color Harmonies of #F51362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51362

Black with #F51362

Text Example


Text Example

White with #F51362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51362; }

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

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

background-color css

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

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

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

border-color css

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

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

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