Html Css Color HEX #FD085A Razzmatazz

📋 copy color: '#FD085A'

red 253 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #FD085A

Tints of Razzmatazz #FD085A

RGB

 RED value IS 253 (99.22% from 255) = 72.08%

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

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

R = 72.08%
G = 2.28%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD085A (or 0xFD085A) is known color: Razzmatazz. HEX triplet: FD, 08 and 5A. RGB value is (253,8,90). Sum of RGB (Red+Green+Blue) = 253+8+90=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD085A is #02F7A5. Grayscale: #5A5A5A. Windows color (decimal): -194470 or 5900541. OLE color: 5900541.

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

Color convert

RGB 253 8 90 -
CMYK 0 0.97 0.64 0.01
HSL 339.92º 0.98% 0.51% -
HSV(B) 339.92º 0.97% 0.99% -
XYZ 42.44 21.79 11.64 -
YUV 90.6 127.67 243.83 -
System Red Green Blue C M Y K H S L
Decimal 253 8 90 0 0.97 0.64 0.01 339.92 0.98 0.51
Hex FD 8 5A 0 61 40 1 154 62 33
Octal 375 10 132 0 141 100 1 524 142 63
Binary 11111101 1000 1011010 0 1100001 1000000 1 101010100 1100010 110011

Color Harmonies of #FD085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD085A

Black with #FD085A

Text Example


Text Example

White with #FD085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD085A; }

 p { color: rgb(253,8,90); }

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

background-color css

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

 a { background-color: rgb(253,8,90); }

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

border-color css

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

 span { border-color: rgb(253,8,90); }

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