Html Css Color HEX #FA025B Razzmatazz

📋 copy color: '#FA025B'

red 250 ◦ green 2 ◦ blue 91

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

Shades of Razzmatazz #FA025B

Tints of Razzmatazz #FA025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 72.89%
G = 0.58%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA025B (or 0xFA025B) is known color: Razzmatazz. HEX triplet: FA, 02 and 5B. RGB value is (250,2,91). Sum of RGB (Red+Green+Blue) = 250+2+91=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA025B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA025B is #05FDA4. Grayscale: #565656. Windows color (decimal): -392613 or 5964538. OLE color: 5964538.

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

Color convert

RGB 250 2 91 -
CMYK 0 0.99 0.64 0.02
HSL 338.47º 0.98% 0.49% -
HSV(B) 338.47º 0.99% 0.98% -
XYZ 41.33 21.12 11.8 -
YUV 86.3 130.66 244.76 -
System Red Green Blue C M Y K H S L
Decimal 250 2 91 0 0.99 0.64 0.02 338.47 0.98 0.49
Hex FA 2 5B 0 63 40 2 152 62 31
Octal 372 2 133 0 143 100 2 522 142 61
Binary 11111010 10 1011011 0 1100011 1000000 10 101010010 1100010 110001

Color Harmonies of #FA025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA025B

Black with #FA025B

Text Example


Text Example

White with #FA025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA025B; }

 p { color: rgb(250,2,91); }

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

background-color css

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

 a { background-color: rgb(250,2,91); }

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

border-color css

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

 span { border-color: rgb(250,2,91); }

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