Html Css Color HEX #F1014F Razzmatazz

📋 copy color: '#F1014F'

red 241 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #F1014F

Tints of Razzmatazz #F1014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 75.08%
G = 0.31%
B = 24.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1014F (or 0xF1014F) is known color: Razzmatazz. HEX triplet: F1, 01 and 4F. RGB value is (241,1,79). Sum of RGB (Red+Green+Blue) = 241+1+79=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F1014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1014F is #0EFEB0. Grayscale: #515151. Windows color (decimal): -982705 or 5177841. OLE color: 5177841.

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

Color convert

RGB 241 1 79 -
CMYK 0 1.00 0.67 0.05
HSL 340.5º 0.99% 0.47% -
HSV(B) 340.5º 1% 0.95% -
XYZ 37.7 19.29 9.13 -
YUV 81.65 126.51 241.66 -
System Red Green Blue C M Y K H S L
Decimal 241 1 79 0 1.00 0.67 0.05 340.5 0.99 0.47
Hex F1 1 4F 0 64 43 5 154 63 2F
Octal 361 1 117 0 144 103 5 524 143 57
Binary 11110001 1 1001111 0 1100100 1000011 101 101010100 1100011 101111

Color Harmonies of #F1014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1014F

Black with #F1014F

Text Example


Text Example

White with #F1014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1014F; }

 p { color: rgb(241,1,79); }

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

background-color css

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

 a { background-color: rgb(241,1,79); }

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

border-color css

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

 span { border-color: rgb(241,1,79); }

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