Html Css Color HEX #F10050 Razzmatazz

📋 copy color: '#F10050'

red 241 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #F10050

Tints of Razzmatazz #F10050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 75.08%
G = 0%
B = 24.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F10050 (or 0xF10050) is known color: Razzmatazz. HEX triplet: F1, 00 and 50. RGB value is (241,0,80). Sum of RGB (Red+Green+Blue) = 241+0+80=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F10050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10050 is #0EFFAF. Grayscale: #515151. Windows color (decimal): -982960 or 5243121. OLE color: 5243121.

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

Color convert

RGB 241 0 80 -
CMYK 0 1 0.67 0.05
HSL 340.08º 1% 0.47% -
HSV(B) 340.08º 1% 0.95% -
XYZ 37.72 19.28 9.32 -
YUV 81.18 127.34 242 -
System Red Green Blue C M Y K H S L
Decimal 241 0 80 0 1 0.67 0.05 340.08 1 0.47
Hex F1 0 50 0 64 43 5 154 64 2F
Octal 361 0 120 0 144 103 5 524 144 57
Binary 11110001 0 1010000 0 1100100 1000011 101 101010100 1100100 101111

Color Harmonies of #F10050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10050

Black with #F10050

Text Example


Text Example

White with #F10050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10050; }

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

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

background-color css

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

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

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

border-color css

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

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

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