Html Css Color HEX #F1006B Razzmatazz

📋 copy color: '#F1006B'

red 241 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #F1006B

Tints of Razzmatazz #F1006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 69.25%
G = 0%
B = 30.75%

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

#F1006B (or 0xF1006B) is known color: Razzmatazz. HEX triplet: F1, 00 and 6B. RGB value is (241,0,107). Sum of RGB (Red+Green+Blue) = 241+0+107=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F1006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1006B is #0EFF94. Grayscale: #545454. Windows color (decimal): -982933 or 7012593. OLE color: 7012593.

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

Color convert

RGB 241 0 107 -
CMYK 0 1 0.56 0.05
HSL 333.36º 1% 0.47% -
HSV(B) 333.36º 1% 0.95% -
XYZ 38.93 19.76 15.67 -
YUV 84.26 140.84 239.8 -
System Red Green Blue C M Y K H S L
Decimal 241 0 107 0 1 0.56 0.05 333.36 1 0.47
Hex F1 0 6B 0 64 38 5 14D 64 2F
Octal 361 0 153 0 144 70 5 515 144 57
Binary 11110001 0 1101011 0 1100100 111000 101 101001101 1100100 101111

Color Harmonies of #F1006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1006B

Black with #F1006B

Text Example


Text Example

White with #F1006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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