Html Css Color HEX #F10665 Razzmatazz

📋 copy color: '#F10665'

red 241 ◦ green 6 ◦ blue 101

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

Shades of Razzmatazz #F10665

Tints of Razzmatazz #F10665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 69.25%
G = 1.72%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F10665 (or 0xF10665) is known color: Razzmatazz. HEX triplet: F1, 06 and 65. RGB value is (241,6,101). Sum of RGB (Red+Green+Blue) = 241+6+101=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F10665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10665 is #0EF99A. Grayscale: #565656. Windows color (decimal): -981403 or 6620913. OLE color: 6620913.

HSL color Cylindrical-coordinate representation of color #F10665: hue angle of 335.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10665 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 101 -
CMYK 0 0.98 0.58 0.05
HSL 335.74º 0.95% 0.48% -
HSV(B) 335.74º 0.98% 0.95% -
XYZ 38.69 19.77 14.09 -
YUV 87.1 135.86 237.78 -
System Red Green Blue C M Y K H S L
Decimal 241 6 101 0 0.98 0.58 0.05 335.74 0.95 0.48
Hex F1 6 65 0 62 3A 5 150 5F 30
Octal 361 6 145 0 142 72 5 520 137 60
Binary 11110001 110 1100101 0 1100010 111010 101 101010000 1011111 110000

Color Harmonies of #F10665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10665

Black with #F10665

Text Example


Text Example

White with #F10665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10665; }

 p { color: rgb(241,6,101); }

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

background-color css

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

 a { background-color: rgb(241,6,101); }

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

border-color css

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

 span { border-color: rgb(241,6,101); }

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