Html Css Color HEX #FD005F Razzmatazz

📋 copy color: '#FD005F'

red 253 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #FD005F

Tints of Razzmatazz #FD005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 72.7%
G = 0%
B = 27.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD005F (or 0xFD005F) is known color: Razzmatazz. HEX triplet: FD, 00 and 5F. RGB value is (253,0,95). Sum of RGB (Red+Green+Blue) = 253+0+95=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD005F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD005F is #02FFA0. Grayscale: #565656. Windows color (decimal): -196513 or 6226173. OLE color: 6226173.

HSL color Cylindrical-coordinate representation of color #FD005F: hue angle of 337.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD005F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 0 95 -
CMYK 0 1 0.62 0.01
HSL 337.47º 1% 0.5% -
HSV(B) 337.47º 1% 0.99% -
XYZ 42.57 21.71 12.77 -
YUV 86.48 132.82 246.78 -
System Red Green Blue C M Y K H S L
Decimal 253 0 95 0 1 0.62 0.01 337.47 1 0.5
Hex FD 0 5F 0 64 3E 1 151 64 32
Octal 375 0 137 0 144 76 1 521 144 62
Binary 11111101 0 1011111 0 1100100 111110 1 101010001 1100100 110010

Color Harmonies of #FD005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD005F

Black with #FD005F

Text Example


Text Example

White with #FD005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD005F; }

 p { color: rgb(253,0,95); }

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

background-color css

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

 a { background-color: rgb(253,0,95); }

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

border-color css

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

 span { border-color: rgb(253,0,95); }

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