Html Css Color HEX #F10075 Razzmatazz

📋 copy color: '#F10075'

red 241 ◦ green 0 ◦ blue 117

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

Shades of Razzmatazz #F10075

Tints of Razzmatazz #F10075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 67.32%
G = 0%
B = 32.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F10075 (or 0xF10075) is known color: Razzmatazz. HEX triplet: F1, 00 and 75. RGB value is (241,0,117). Sum of RGB (Red+Green+Blue) = 241+0+117=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F10075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10075 is #0EFF8A. Grayscale: #555555. Windows color (decimal): -982923 or 7667953. OLE color: 7667953.

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

Color convert

RGB 241 0 117 -
CMYK 0 1 0.51 0.05
HSL 330.87º 1% 0.47% -
HSV(B) 330.87º 1% 0.95% -
XYZ 39.49 19.99 18.61 -
YUV 85.4 145.84 238.99 -
System Red Green Blue C M Y K H S L
Decimal 241 0 117 0 1 0.51 0.05 330.87 1 0.47
Hex F1 0 75 0 64 33 5 14B 64 2F
Octal 361 0 165 0 144 63 5 513 144 57
Binary 11110001 0 1110101 0 1100100 110011 101 101001011 1100100 101111

Color Harmonies of #F10075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10075

Black with #F10075

Text Example


Text Example

White with #F10075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10075; }

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

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

background-color css

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

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

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

border-color css

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

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

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