Html Css Color HEX #FD086D Razzmatazz

📋 copy color: '#FD086D'

red 253 ◦ green 8 ◦ blue 109

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

Shades of Razzmatazz #FD086D

Tints of Razzmatazz #FD086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 68.38%
G = 2.16%
B = 29.46%

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

#FD086D (or 0xFD086D) is known color: Razzmatazz. HEX triplet: FD, 08 and 6D. RGB value is (253,8,109). Sum of RGB (Red+Green+Blue) = 253+8+109=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD086D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD086D is #02F792. Grayscale: #5C5C5C. Windows color (decimal): -194451 or 7145725. OLE color: 7145725.

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

Color convert

RGB 253 8 109 -
CMYK 0 0.97 0.57 0.01
HSL 335.27º 0.98% 0.51% -
HSV(B) 335.27º 0.97% 0.99% -
XYZ 43.36 22.16 16.46 -
YUV 92.77 137.17 242.29 -
System Red Green Blue C M Y K H S L
Decimal 253 8 109 0 0.97 0.57 0.01 335.27 0.98 0.51
Hex FD 8 6D 0 61 39 1 14F 62 33
Octal 375 10 155 0 141 71 1 517 142 63
Binary 11111101 1000 1101101 0 1100001 111001 1 101001111 1100010 110011

Color Harmonies of #FD086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD086D

Black with #FD086D

Text Example


Text Example

White with #FD086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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