Html Css Color HEX #FF1365 Razzmatazz

📋 copy color: '#FF1365'

red 255 ◦ green 19 ◦ blue 101

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

Shades of Razzmatazz #FF1365

Tints of Razzmatazz #FF1365

RGB

 RED value IS 255 (100% from 255) = 68%

 GREEN value IS 19 (7.81% from 255) = 5.07%

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

R = 68%
G = 5.07%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF1365 (or 0xFF1365) is known color: Razzmatazz. HEX triplet: FF, 13 and 65. RGB value is (255,19,101). Sum of RGB (Red+Green+Blue) = 255+19+101=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1365 is #00EC9A. Grayscale: #626262. Windows color (decimal): -60571 or 6624255. OLE color: 6624255.

HSL color Cylindrical-coordinate representation of color #FF1365: hue angle of 339.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1365 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 19 101 -
CMYK 0 0.93 0.60 0
HSL 339.15º 1% 0.54% -
HSV(B) 339.15º 0.93% 1% -
XYZ 43.82 22.67 14.38 -
YUV 98.91 129.19 239.33 -
System Red Green Blue C M Y K H S L
Decimal 255 19 101 0 0.93 0.60 0 339.15 1 0.54
Hex FF 13 65 0 5D 3C 0 153 64 36
Octal 377 23 145 0 135 74 0 523 144 66
Binary 11111111 10011 1100101 0 1011101 111100 0 101010011 1100100 110110

Color Harmonies of #FF1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1365

Black with #FF1365

Text Example


Text Example

White with #FF1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1365; }

 p { color: rgb(255,19,101); }

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

background-color css

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

 a { background-color: rgb(255,19,101); }

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

border-color css

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

 span { border-color: rgb(255,19,101); }

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