Html Css Color HEX #F1004A Razzmatazz

📋 copy color: '#F1004A'

red 241 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #F1004A

Tints of Razzmatazz #F1004A

RGB

 RED value IS 241 (94.53% from 255) = 76.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 76.51%
G = 0%
B = 23.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1004A (or 0xF1004A) is known color: Razzmatazz. HEX triplet: F1, 00 and 4A. RGB value is (241,0,74). Sum of RGB (Red+Green+Blue) = 241+0+74=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F1004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1004A is #0EFFB5. Grayscale: #505050. Windows color (decimal): -982966 or 4849905. OLE color: 4849905.

HSL color Cylindrical-coordinate representation of color #F1004A: hue angle of 341.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1004A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 74 -
CMYK 0 1 0.69 0.05
HSL 341.58º 1% 0.47% -
HSV(B) 341.58º 1% 0.95% -
XYZ 37.51 19.2 8.21 -
YUV 80.5 124.34 242.48 -
System Red Green Blue C M Y K H S L
Decimal 241 0 74 0 1 0.69 0.05 341.58 1 0.47
Hex F1 0 4A 0 64 45 5 156 64 2F
Octal 361 0 112 0 144 105 5 526 144 57
Binary 11110001 0 1001010 0 1100100 1000101 101 101010110 1100100 101111

Color Harmonies of #F1004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1004A

Black with #F1004A

Text Example


Text Example

White with #F1004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1004A; }

 p { color: rgb(241,0,74); }

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

background-color css

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

 a { background-color: rgb(241,0,74); }

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

border-color css

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

 span { border-color: rgb(241,0,74); }

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