Html Css Color HEX #FA0465 Razzmatazz

📋 copy color: '#FA0465'

red 250 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #FA0465

Tints of Razzmatazz #FA0465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 70.42%
G = 1.13%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA0465 (or 0xFA0465) is known color: Razzmatazz. HEX triplet: FA, 04 and 65. RGB value is (250,4,101). Sum of RGB (Red+Green+Blue) = 250+4+101=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0465 is #05FB9A. Grayscale: #585858. Windows color (decimal): -392091 or 6620410. OLE color: 6620410.

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

Color convert

RGB 250 4 101 -
CMYK 0 0.98 0.60 0.02
HSL 336.34º 0.97% 0.5% -
HSV(B) 336.34º 0.98% 0.98% -
XYZ 41.82 21.35 14.23 -
YUV 88.61 135 243.11 -
System Red Green Blue C M Y K H S L
Decimal 250 4 101 0 0.98 0.60 0.02 336.34 0.97 0.5
Hex FA 4 65 0 62 3C 2 150 61 32
Octal 372 4 145 0 142 74 2 520 141 62
Binary 11111010 100 1100101 0 1100010 111100 10 101010000 1100001 110010

Color Harmonies of #FA0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0465

Black with #FA0465

Text Example


Text Example

White with #FA0465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0465; }

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

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

background-color css

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

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

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

border-color css

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

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

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