Html Css Color HEX #F10177 Razzmatazz

📋 copy color: '#F10177'

red 241 ◦ green 1 ◦ blue 119

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

Shades of Razzmatazz #F10177

Tints of Razzmatazz #F10177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 66.76%
G = 0.28%
B = 32.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F10177 (or 0xF10177) is known color: Razzmatazz. HEX triplet: F1, 01 and 77. RGB value is (241,1,119). Sum of RGB (Red+Green+Blue) = 241+1+119=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F10177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10177 is #0EFE88. Grayscale: #555555. Windows color (decimal): -982665 or 7799281. OLE color: 7799281.

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

Color convert

RGB 241 1 119 -
CMYK 0 1.00 0.51 0.05
HSL 330.5º 0.99% 0.47% -
HSV(B) 330.5º 1% 0.95% -
XYZ 39.62 20.05 19.24 -
YUV 86.21 146.51 238.41 -
System Red Green Blue C M Y K H S L
Decimal 241 1 119 0 1.00 0.51 0.05 330.5 0.99 0.47
Hex F1 1 77 0 64 33 5 14A 63 2F
Octal 361 1 167 0 144 63 5 512 143 57
Binary 11110001 1 1110111 0 1100100 110011 101 101001010 1100011 101111

Color Harmonies of #F10177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10177

Black with #F10177

Text Example


Text Example

White with #F10177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10177; }

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

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

background-color css

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

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

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

border-color css

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

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

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