Html Css Color HEX #FA1365 Razzmatazz

📋 copy color: '#FA1365'

red 250 ◦ green 19 ◦ blue 101

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

Shades of Razzmatazz #FA1365

Tints of Razzmatazz #FA1365

RGB

 RED value IS 250 (98.05% from 255) = 67.57%

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

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

R = 67.57%
G = 5.14%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA1365 (or 0xFA1365) is known color: Razzmatazz. HEX triplet: FA, 13 and 65. RGB value is (250,19,101). Sum of RGB (Red+Green+Blue) = 250+19+101=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1365 is #05EC9A. Grayscale: #616161. Windows color (decimal): -388251 or 6624250. OLE color: 6624250.

HSL color Cylindrical-coordinate representation of color #FA1365: hue angle of 338.7º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1365 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 19 101 -
CMYK 0 0.92 0.60 0.02
HSL 338.7º 0.96% 0.53% -
HSV(B) 338.7º 0.92% 0.98% -
XYZ 42.01 21.73 14.29 -
YUV 97.42 130.03 236.83 -
System Red Green Blue C M Y K H S L
Decimal 250 19 101 0 0.92 0.60 0.02 338.7 0.96 0.53
Hex FA 13 65 0 5C 3C 2 153 60 35
Octal 372 23 145 0 134 74 2 523 140 65
Binary 11111010 10011 1100101 0 1011100 111100 10 101010011 1100000 110101

Color Harmonies of #FA1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1365

Black with #FA1365

Text Example


Text Example

White with #FA1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1365; }

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

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

background-color css

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

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

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

border-color css

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

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

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