Html Css Color HEX #F1144B Razzmatazz

📋 copy color: '#F1144B'

red 241 ◦ green 20 ◦ blue 75

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

Shades of Razzmatazz #F1144B

Tints of Razzmatazz #F1144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 71.73%
G = 5.95%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1144B (or 0xF1144B) is known color: Razzmatazz. HEX triplet: F1, 14 and 4B. RGB value is (241,20,75). Sum of RGB (Red+Green+Blue) = 241+20+75=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1144B is #0EEBB4. Grayscale: #5C5C5C. Windows color (decimal): -977845 or 4920561. OLE color: 4920561.

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

Color convert

RGB 241 20 75 -
CMYK 0 0.92 0.69 0.05
HSL 345.07º 0.89% 0.51% -
HSV(B) 345.07º 0.92% 0.95% -
XYZ 37.8 19.71 8.47 -
YUV 92.35 118.22 234.03 -
System Red Green Blue C M Y K H S L
Decimal 241 20 75 0 0.92 0.69 0.05 345.07 0.89 0.51
Hex F1 14 4B 0 5C 45 5 159 59 33
Octal 361 24 113 0 134 105 5 531 131 63
Binary 11110001 10100 1001011 0 1011100 1000101 101 101011001 1011001 110011

Color Harmonies of #F1144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1144B

Black with #F1144B

Text Example


Text Example

White with #F1144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1144B; }

 p { color: rgb(241,20,75); }

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

background-color css

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

 a { background-color: rgb(241,20,75); }

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

border-color css

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

 span { border-color: rgb(241,20,75); }

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