Html Css Color HEX #F10173 Razzmatazz

📋 copy color: '#F10173'

red 241 ◦ green 1 ◦ blue 115

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

Shades of Razzmatazz #F10173

Tints of Razzmatazz #F10173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 67.51%
G = 0.28%
B = 32.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F10173 (or 0xF10173) is known color: Razzmatazz. HEX triplet: F1, 01 and 73. RGB value is (241,1,115). Sum of RGB (Red+Green+Blue) = 241+1+115=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F10173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10173 is #0EFE8C. Grayscale: #555555. Windows color (decimal): -982669 or 7537137. OLE color: 7537137.

HSL color Cylindrical-coordinate representation of color #F10173: hue angle of 331.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 #F10173 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 115 -
CMYK 0 1.00 0.52 0.05
HSL 331.5º 0.99% 0.47% -
HSV(B) 331.5º 1% 0.95% -
XYZ 39.38 19.96 18 -
YUV 85.76 144.51 238.73 -
System Red Green Blue C M Y K H S L
Decimal 241 1 115 0 1.00 0.52 0.05 331.5 0.99 0.47
Hex F1 1 73 0 64 34 5 14C 63 2F
Octal 361 1 163 0 144 64 5 514 143 57
Binary 11110001 1 1110011 0 1100100 110100 101 101001100 1100011 101111

Color Harmonies of #F10173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10173

Black with #F10173

Text Example


Text Example

White with #F10173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10173; }

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

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

background-color css

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

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

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

border-color css

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

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

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