Html Css Color HEX #F1006F Razzmatazz

📋 copy color: '#F1006F'

red 241 ◦ green 0 ◦ blue 111

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

Shades of Razzmatazz #F1006F

Tints of Razzmatazz #F1006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 68.47%
G = 0%
B = 31.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1006F (or 0xF1006F) is known color: Razzmatazz. HEX triplet: F1, 00 and 6F. RGB value is (241,0,111). Sum of RGB (Red+Green+Blue) = 241+0+111=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1006F is #0EFF90. Grayscale: #545454. Windows color (decimal): -982929 or 7274737. OLE color: 7274737.

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

Color convert

RGB 241 0 111 -
CMYK 0 1 0.54 0.05
HSL 332.37º 1% 0.47% -
HSV(B) 332.37º 1% 0.95% -
XYZ 39.14 19.85 16.81 -
YUV 84.71 142.84 239.47 -
System Red Green Blue C M Y K H S L
Decimal 241 0 111 0 1 0.54 0.05 332.37 1 0.47
Hex F1 0 6F 0 64 36 5 14C 64 2F
Octal 361 0 157 0 144 66 5 514 144 57
Binary 11110001 0 1101111 0 1100100 110110 101 101001100 1100100 101111

Color Harmonies of #F1006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1006F

Black with #F1006F

Text Example


Text Example

White with #F1006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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