Html Css Color HEX #FD086C Razzmatazz

📋 copy color: '#FD086C'

red 253 ◦ green 8 ◦ blue 108

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

Shades of Razzmatazz #FD086C

Tints of Razzmatazz #FD086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 68.56%
G = 2.17%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD086C (or 0xFD086C) is known color: Razzmatazz. HEX triplet: FD, 08 and 6C. RGB value is (253,8,108). Sum of RGB (Red+Green+Blue) = 253+8+108=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD086C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD086C is #02F793. Grayscale: #5C5C5C. Windows color (decimal): -194452 or 7080189. OLE color: 7080189.

HSL color Cylindrical-coordinate representation of color #FD086C: hue angle of 335.51º 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 #FD086C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 8 108 -
CMYK 0 0.97 0.57 0.01
HSL 335.51º 0.98% 0.51% -
HSV(B) 335.51º 0.97% 0.99% -
XYZ 43.3 22.14 16.18 -
YUV 92.66 136.67 242.37 -
System Red Green Blue C M Y K H S L
Decimal 253 8 108 0 0.97 0.57 0.01 335.51 0.98 0.51
Hex FD 8 6C 0 61 39 1 150 62 33
Octal 375 10 154 0 141 71 1 520 142 63
Binary 11111101 1000 1101100 0 1100001 111001 1 101010000 1100010 110011

Color Harmonies of #FD086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD086C

Black with #FD086C

Text Example


Text Example

White with #FD086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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