Html Css Color HEX #F10163 Razzmatazz

📋 copy color: '#F10163'

red 241 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #F10163

Tints of Razzmatazz #F10163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 70.67%
G = 0.29%
B = 29.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F10163 (or 0xF10163) is known color: Razzmatazz. HEX triplet: F1, 01 and 63. RGB value is (241,1,99). Sum of RGB (Red+Green+Blue) = 241+1+99=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F10163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10163 is #0EFE9C. Grayscale: #535353. Windows color (decimal): -982685 or 6488561. OLE color: 6488561.

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

Color convert

RGB 241 1 99 -
CMYK 0 1.00 0.59 0.05
HSL 335.5º 0.99% 0.47% -
HSV(B) 335.5º 1% 0.95% -
XYZ 38.54 19.62 13.56 -
YUV 83.93 136.51 240.03 -
System Red Green Blue C M Y K H S L
Decimal 241 1 99 0 1.00 0.59 0.05 335.5 0.99 0.47
Hex F1 1 63 0 64 3B 5 150 63 2F
Octal 361 1 143 0 144 73 5 520 143 57
Binary 11110001 1 1100011 0 1100100 111011 101 101010000 1100011 101111

Color Harmonies of #F10163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10163

Black with #F10163

Text Example


Text Example

White with #F10163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10163; }

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

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

background-color css

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

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

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

border-color css

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

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

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