Html Css Color HEX #F1006A Razzmatazz

📋 copy color: '#F1006A'

red 241 ◦ green 0 ◦ blue 106

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

Shades of Razzmatazz #F1006A

Tints of Razzmatazz #F1006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 69.45%
G = 0%
B = 30.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1006A (or 0xF1006A) is known color: Razzmatazz. HEX triplet: F1, 00 and 6A. RGB value is (241,0,106). Sum of RGB (Red+Green+Blue) = 241+0+106=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F1006A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1006A is #0EFF95. Grayscale: #535353. Windows color (decimal): -982934 or 6947057. OLE color: 6947057.

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

Color convert

RGB 241 0 106 -
CMYK 0 1 0.56 0.05
HSL 333.61º 1% 0.47% -
HSV(B) 333.61º 1% 0.95% -
XYZ 38.88 19.74 15.4 -
YUV 84.14 140.34 239.88 -
System Red Green Blue C M Y K H S L
Decimal 241 0 106 0 1 0.56 0.05 333.61 1 0.47
Hex F1 0 6A 0 64 38 5 14E 64 2F
Octal 361 0 152 0 144 70 5 516 144 57
Binary 11110001 0 1101010 0 1100100 111000 101 101001110 1100100 101111

Color Harmonies of #F1006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1006A

Black with #F1006A

Text Example


Text Example

White with #F1006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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