Html Css Color HEX #F41362 Razzmatazz

📋 copy color: '#F41362'

red 244 ◦ green 19 ◦ blue 98

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

Shades of Razzmatazz #F41362

Tints of Razzmatazz #F41362

RGB

 RED value IS 244 (95.7% from 255) = 67.59%

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

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

R = 67.59%
G = 5.26%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F41362 (or 0xF41362) is known color: Razzmatazz. HEX triplet: F4, 13 and 62. RGB value is (244,19,98). Sum of RGB (Red+Green+Blue) = 244+19+98=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F41362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41362 is #0BEC9D. Grayscale: #5F5F5F. Windows color (decimal): -781470 or 6427636. OLE color: 6427636.

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

Color convert

RGB 244 19 98 -
CMYK 0 0.92 0.60 0.04
HSL 338.93º 0.91% 0.52% -
HSV(B) 338.93º 0.92% 0.96% -
XYZ 39.75 20.58 13.43 -
YUV 95.28 129.54 234.08 -
System Red Green Blue C M Y K H S L
Decimal 244 19 98 0 0.92 0.60 0.04 338.93 0.91 0.52
Hex F4 13 62 0 5C 3C 4 153 5B 34
Octal 364 23 142 0 134 74 4 523 133 64
Binary 11110100 10011 1100010 0 1011100 111100 100 101010011 1011011 110100

Color Harmonies of #F41362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41362

Black with #F41362

Text Example


Text Example

White with #F41362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41362; }

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

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

background-color css

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

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

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

border-color css

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

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

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