Html Css Color HEX #FD015F Razzmatazz

📋 copy color: '#FD015F'

red 253 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #FD015F

Tints of Razzmatazz #FD015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 72.49%
G = 0.29%
B = 27.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD015F (or 0xFD015F) is known color: Razzmatazz. HEX triplet: FD, 01 and 5F. RGB value is (253,1,95). Sum of RGB (Red+Green+Blue) = 253+1+95=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD015F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD015F is #02FEA0. Grayscale: #565656. Windows color (decimal): -196257 or 6226429. OLE color: 6226429.

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

Color convert

RGB 253 1 95 -
CMYK 0 1.00 0.62 0.01
HSL 337.62º 0.99% 0.5% -
HSV(B) 337.62º 1% 0.99% -
XYZ 42.58 21.73 12.78 -
YUV 87.06 132.49 246.36 -
System Red Green Blue C M Y K H S L
Decimal 253 1 95 0 1.00 0.62 0.01 337.62 0.99 0.5
Hex FD 1 5F 0 64 3E 1 152 63 32
Octal 375 1 137 0 144 76 1 522 143 62
Binary 11111101 1 1011111 0 1100100 111110 1 101010010 1100011 110010

Color Harmonies of #FD015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD015F

Black with #FD015F

Text Example


Text Example

White with #FD015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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