Html Css Color HEX #F1016A Razzmatazz

📋 copy color: '#F1016A'

red 241 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #F1016A

Tints of Razzmatazz #F1016A

RGB

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

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

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

R = 69.25%
G = 0.29%
B = 30.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1016A (or 0xF1016A) is known color: Razzmatazz. HEX triplet: F1, 01 and 6A. RGB value is (241,1,106). Sum of RGB (Red+Green+Blue) = 241+1+106=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F1016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1016A is #0EFE95. Grayscale: #545454. Windows color (decimal): -982678 or 6947313. OLE color: 6947313.

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

Color convert

RGB 241 1 106 -
CMYK 0 1.00 0.56 0.05
HSL 333.75º 0.99% 0.47% -
HSV(B) 333.75º 1% 0.95% -
XYZ 38.89 19.76 15.4 -
YUV 84.73 140.01 239.46 -
System Red Green Blue C M Y K H S L
Decimal 241 1 106 0 1.00 0.56 0.05 333.75 0.99 0.47
Hex F1 1 6A 0 64 38 5 14E 63 2F
Octal 361 1 152 0 144 70 5 516 143 57
Binary 11110001 1 1101010 0 1100100 111000 101 101001110 1100011 101111

Color Harmonies of #F1016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1016A

Black with #F1016A

Text Example


Text Example

White with #F1016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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