Html Css Color HEX #F1004B Razzmatazz

📋 copy color: '#F1004B'

red 241 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #F1004B

Tints of Razzmatazz #F1004B

RGB

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

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

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

R = 76.27%
G = 0%
B = 23.73%

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

#F1004B (or 0xF1004B) is known color: Razzmatazz. HEX triplet: F1, 00 and 4B. RGB value is (241,0,75). Sum of RGB (Red+Green+Blue) = 241+0+75=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F1004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1004B is #0EFFB4. Grayscale: #505050. Windows color (decimal): -982965 or 4915441. OLE color: 4915441.

HSL color Cylindrical-coordinate representation of color #F1004B: hue angle of 341.33º 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 #F1004B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 75 -
CMYK 0 1 0.69 0.05
HSL 341.33º 1% 0.47% -
HSV(B) 341.33º 1% 0.95% -
XYZ 37.55 19.21 8.39 -
YUV 80.61 124.84 242.4 -
System Red Green Blue C M Y K H S L
Decimal 241 0 75 0 1 0.69 0.05 341.33 1 0.47
Hex F1 0 4B 0 64 45 5 155 64 2F
Octal 361 0 113 0 144 105 5 525 144 57
Binary 11110001 0 1001011 0 1100100 1000101 101 101010101 1100100 101111

Color Harmonies of #F1004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1004B

Black with #F1004B

Text Example


Text Example

White with #F1004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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