Html Css Color HEX #F10065 Razzmatazz

📋 copy color: '#F10065'

red 241 ◦ green 0 ◦ blue 101

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

Shades of Razzmatazz #F10065

Tints of Razzmatazz #F10065

RGB

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

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

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

R = 70.47%
G = 0%
B = 29.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F10065 (or 0xF10065) is known color: Razzmatazz. HEX triplet: F1, 00 and 65. RGB value is (241,0,101). Sum of RGB (Red+Green+Blue) = 241+0+101=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F10065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10065 is #0EFF9A. Grayscale: #535353. Windows color (decimal): -982939 or 6619377. OLE color: 6619377.

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

Color convert

RGB 241 0 101 -
CMYK 0 1 0.58 0.05
HSL 334.85º 1% 0.47% -
HSV(B) 334.85º 1% 0.95% -
XYZ 38.62 19.64 14.07 -
YUV 83.57 137.84 240.29 -
System Red Green Blue C M Y K H S L
Decimal 241 0 101 0 1 0.58 0.05 334.85 1 0.47
Hex F1 0 65 0 64 3A 5 14F 64 2F
Octal 361 0 145 0 144 72 5 517 144 57
Binary 11110001 0 1100101 0 1100100 111010 101 101001111 1100100 101111

Color Harmonies of #F10065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10065

Black with #F10065

Text Example


Text Example

White with #F10065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10065; }

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

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

background-color css

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

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

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

border-color css

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

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

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