Html Css Color HEX #F10559 Razzmatazz

📋 copy color: '#F10559'

red 241 ◦ green 5 ◦ blue 89

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

Shades of Razzmatazz #F10559

Tints of Razzmatazz #F10559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 71.94%
G = 1.49%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F10559 (or 0xF10559) is known color: Razzmatazz. HEX triplet: F1, 05 and 59. RGB value is (241,5,89). Sum of RGB (Red+Green+Blue) = 241+5+89=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F10559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10559 is #0EFAA6. Grayscale: #555555. Windows color (decimal): -981671 or 5834225. OLE color: 5834225.

HSL color Cylindrical-coordinate representation of color #F10559: hue angle of 338.64º degrees, saturation: 0.96, 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 #F10559 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 5 89 -
CMYK 0 0.98 0.63 0.05
HSL 338.64º 0.96% 0.48% -
HSV(B) 338.64º 0.98% 0.95% -
XYZ 38.13 19.53 11.21 -
YUV 85.14 130.19 239.17 -
System Red Green Blue C M Y K H S L
Decimal 241 5 89 0 0.98 0.63 0.05 338.64 0.96 0.48
Hex F1 5 59 0 62 3F 5 153 60 30
Octal 361 5 131 0 142 77 5 523 140 60
Binary 11110001 101 1011001 0 1100010 111111 101 101010011 1100000 110000

Color Harmonies of #F10559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10559

Black with #F10559

Text Example


Text Example

White with #F10559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10559; }

 p { color: rgb(241,5,89); }

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

background-color css

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

 a { background-color: rgb(241,5,89); }

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

border-color css

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

 span { border-color: rgb(241,5,89); }

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