Html Css Color HEX #FA1265 Razzmatazz

📋 copy color: '#FA1265'

red 250 ◦ green 18 ◦ blue 101

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

Shades of Razzmatazz #FA1265

Tints of Razzmatazz #FA1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

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

R = 67.75%
G = 4.88%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA1265 (or 0xFA1265) is known color: Razzmatazz. HEX triplet: FA, 12 and 65. RGB value is (250,18,101). Sum of RGB (Red+Green+Blue) = 250+18+101=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1265 is #05ED9A. Grayscale: #606060. Windows color (decimal): -388507 or 6623994. OLE color: 6623994.

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

Color convert

RGB 250 18 101 -
CMYK 0 0.93 0.60 0.02
HSL 338.53º 0.96% 0.53% -
HSV(B) 338.53º 0.93% 0.98% -
XYZ 41.99 21.7 14.29 -
YUV 96.83 130.36 237.25 -
System Red Green Blue C M Y K H S L
Decimal 250 18 101 0 0.93 0.60 0.02 338.53 0.96 0.53
Hex FA 12 65 0 5D 3C 2 153 60 35
Octal 372 22 145 0 135 74 2 523 140 65
Binary 11111010 10010 1100101 0 1011101 111100 10 101010011 1100000 110101

Color Harmonies of #FA1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1265

Black with #FA1265

Text Example


Text Example

White with #FA1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1265; }

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

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

background-color css

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

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

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

border-color css

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

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

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