Html Css Color HEX #FA0D5D Razzmatazz

📋 copy color: '#FA0D5D'

red 250 ◦ green 13 ◦ blue 93

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

Shades of Razzmatazz #FA0D5D

Tints of Razzmatazz #FA0D5D

RGB

 RED value IS 250 (98.05% from 255) = 70.22%

 GREEN value IS 13 (5.47% from 255) = 3.65%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 70.22%
G = 3.65%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA0D5D (or 0xFA0D5D) is known color: Razzmatazz. HEX triplet: FA, 0D and 5D. RGB value is (250,13,93). Sum of RGB (Red+Green+Blue) = 250+13+93=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0D5D is #05F2A2. Grayscale: #5C5C5C. Windows color (decimal): -389795 or 6098426. OLE color: 6098426.

HSL color Cylindrical-coordinate representation of color #FA0D5D: hue angle of 339.75º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0D5D is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 13 93 -
CMYK 0 0.95 0.63 0.02
HSL 339.75º 0.96% 0.52% -
HSV(B) 339.75º 0.95% 0.98% -
XYZ 41.54 21.4 12.3 -
YUV 92.98 128.02 240 -
System Red Green Blue C M Y K H S L
Decimal 250 13 93 0 0.95 0.63 0.02 339.75 0.96 0.52
Hex FA D 5D 0 5F 3F 2 154 60 34
Octal 372 15 135 0 137 77 2 524 140 64
Binary 11111010 1101 1011101 0 1011111 111111 10 101010100 1100000 110100

Color Harmonies of #FA0D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0D5D

Black with #FA0D5D

Text Example


Text Example

White with #FA0D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0D5D; }

 p { color: rgb(250,13,93); }

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

background-color css

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

 a { background-color: rgb(250,13,93); }

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

border-color css

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

 span { border-color: rgb(250,13,93); }

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