Html Css Color HEX #FA085E Razzmatazz

📋 copy color: '#FA085E'

red 250 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #FA085E

Tints of Razzmatazz #FA085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 71.02%
G = 2.27%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA085E (or 0xFA085E) is known color: Razzmatazz. HEX triplet: FA, 08 and 5E. RGB value is (250,8,94). Sum of RGB (Red+Green+Blue) = 250+8+94=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA085E is #05F7A1. Grayscale: #5A5A5A. Windows color (decimal): -391074 or 6162682. OLE color: 6162682.

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

Color convert

RGB 250 8 94 -
CMYK 0 0.97 0.62 0.02
HSL 338.68º 0.96% 0.51% -
HSV(B) 338.68º 0.97% 0.98% -
XYZ 41.53 21.31 12.51 -
YUV 90.16 130.17 242.01 -
System Red Green Blue C M Y K H S L
Decimal 250 8 94 0 0.97 0.62 0.02 338.68 0.96 0.51
Hex FA 8 5E 0 61 3E 2 153 60 33
Octal 372 10 136 0 141 76 2 523 140 63
Binary 11111010 1000 1011110 0 1100001 111110 10 101010011 1100000 110011

Color Harmonies of #FA085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA085E

Black with #FA085E

Text Example


Text Example

White with #FA085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA085E; }

 p { color: rgb(250,8,94); }

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

background-color css

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

 a { background-color: rgb(250,8,94); }

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

border-color css

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

 span { border-color: rgb(250,8,94); }

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