Html Css Color HEX #F41265 Razzmatazz

📋 copy color: '#F41265'

red 244 ◦ green 18 ◦ blue 101

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

Shades of Razzmatazz #F41265

Tints of Razzmatazz #F41265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 67.22%
G = 4.96%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F41265 (or 0xF41265) is known color: Razzmatazz. HEX triplet: F4, 12 and 65. RGB value is (244,18,101). Sum of RGB (Red+Green+Blue) = 244+18+101=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F41265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41265 is #0BED9A. Grayscale: #5E5E5E. Windows color (decimal): -781723 or 6623988. OLE color: 6623988.

HSL color Cylindrical-coordinate representation of color #F41265: hue angle of 337.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41265 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 101 -
CMYK 0 0.93 0.59 0.04
HSL 337.96º 0.91% 0.51% -
HSV(B) 337.96º 0.93% 0.96% -
XYZ 39.87 20.61 14.19 -
YUV 95.04 131.37 234.25 -
System Red Green Blue C M Y K H S L
Decimal 244 18 101 0 0.93 0.59 0.04 337.96 0.91 0.51
Hex F4 12 65 0 5D 3B 4 152 5B 33
Octal 364 22 145 0 135 73 4 522 133 63
Binary 11110100 10010 1100101 0 1011101 111011 100 101010010 1011011 110011

Color Harmonies of #F41265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41265

Black with #F41265

Text Example


Text Example

White with #F41265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41265; }

 p { color: rgb(244,18,101); }

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

background-color css

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

 a { background-color: rgb(244,18,101); }

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

border-color css

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

 span { border-color: rgb(244,18,101); }

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