Html Css Color HEX #F10553 Razzmatazz

📋 copy color: '#F10553'

red 241 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #F10553

Tints of Razzmatazz #F10553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 73.25%
G = 1.52%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F10553 (or 0xF10553) is known color: Razzmatazz. HEX triplet: F1, 05 and 53. RGB value is (241,5,83). Sum of RGB (Red+Green+Blue) = 241+5+83=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F10553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10553 is #0EFAAC. Grayscale: #545454. Windows color (decimal): -981677 or 5441009. OLE color: 5441009.

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

Color convert

RGB 241 5 83 -
CMYK 0 0.98 0.66 0.05
HSL 340.17º 0.96% 0.48% -
HSV(B) 340.17º 0.98% 0.95% -
XYZ 37.89 19.43 9.94 -
YUV 84.46 127.19 239.66 -
System Red Green Blue C M Y K H S L
Decimal 241 5 83 0 0.98 0.66 0.05 340.17 0.96 0.48
Hex F1 5 53 0 62 42 5 154 60 30
Octal 361 5 123 0 142 102 5 524 140 60
Binary 11110001 101 1010011 0 1100010 1000010 101 101010100 1100000 110000

Color Harmonies of #F10553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10553

Black with #F10553

Text Example


Text Example

White with #F10553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10553; }

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

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

background-color css

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

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

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

border-color css

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

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

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