Html Css Color HEX #F51462 Razzmatazz

📋 copy color: '#F51462'

red 245 ◦ green 20 ◦ blue 98

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

Shades of Razzmatazz #F51462

Tints of Razzmatazz #F51462

RGB

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

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

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

R = 67.49%
G = 5.51%
B = 27%

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

#F51462 (or 0xF51462) is known color: Razzmatazz. HEX triplet: F5, 14 and 62. RGB value is (245,20,98). Sum of RGB (Red+Green+Blue) = 245+20+98=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F51462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51462 is #0AEB9D. Grayscale: #606060. Windows color (decimal): -715678 or 6427893. OLE color: 6427893.

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

Color convert

RGB 245 20 98 -
CMYK 0 0.92 0.6 0.04
HSL 339.2º 0.92% 0.52% -
HSV(B) 339.2º 0.92% 0.96% -
XYZ 40.11 20.79 13.45 -
YUV 96.17 129.04 234.16 -
System Red Green Blue C M Y K H S L
Decimal 245 20 98 0 0.92 0.6 0.04 339.2 0.92 0.52
Hex F5 14 62 0 5C 3C 4 153 5C 34
Octal 365 24 142 0 134 74 4 523 134 64
Binary 11110101 10100 1100010 0 1011100 111100 100 101010011 1011100 110100

Color Harmonies of #F51462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51462

Black with #F51462

Text Example


Text Example

White with #F51462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51462; }

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

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

background-color css

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

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

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

border-color css

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

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

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