Html Css Color HEX #FA025A Razzmatazz

📋 copy color: '#FA025A'

red 250 ◦ green 2 ◦ blue 90

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

Shades of Razzmatazz #FA025A

Tints of Razzmatazz #FA025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 73.1%
G = 0.58%
B = 26.32%

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

#FA025A (or 0xFA025A) is known color: Razzmatazz. HEX triplet: FA, 02 and 5A. RGB value is (250,2,90). Sum of RGB (Red+Green+Blue) = 250+2+90=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA025A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA025A is #05FDA5. Grayscale: #565656. Windows color (decimal): -392614 or 5899002. OLE color: 5899002.

HSL color Cylindrical-coordinate representation of color #FA025A: hue angle of 338.71º 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 #FA025A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 2 90 -
CMYK 0 0.99 0.64 0.02
HSL 338.71º 0.98% 0.49% -
HSV(B) 338.71º 0.99% 0.98% -
XYZ 41.29 21.11 11.57 -
YUV 86.18 130.16 244.84 -
System Red Green Blue C M Y K H S L
Decimal 250 2 90 0 0.99 0.64 0.02 338.71 0.98 0.49
Hex FA 2 5A 0 63 40 2 153 62 31
Octal 372 2 132 0 143 100 2 523 142 61
Binary 11111010 10 1011010 0 1100011 1000000 10 101010011 1100010 110001

Color Harmonies of #FA025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA025A

Black with #FA025A

Text Example


Text Example

White with #FA025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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