Html Css Color HEX #FA0D6A Razzmatazz

📋 copy color: '#FA0D6A'

red 250 ◦ green 13 ◦ blue 106

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

Shades of Razzmatazz #FA0D6A

Tints of Razzmatazz #FA0D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 67.75%
G = 3.52%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA0D6A (or 0xFA0D6A) is known color: Razzmatazz. HEX triplet: FA, 0D and 6A. RGB value is (250,13,106). Sum of RGB (Red+Green+Blue) = 250+13+106=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0D6A is #05F295. Grayscale: #5E5E5E. Windows color (decimal): -389782 or 6950394. OLE color: 6950394.

HSL color Cylindrical-coordinate representation of color #FA0D6A: hue angle of 336.46º 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 #FA0D6A is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 13 106 -
CMYK 0 0.95 0.58 0.02
HSL 336.46º 0.96% 0.52% -
HSV(B) 336.46º 0.95% 0.98% -
XYZ 42.17 21.65 15.59 -
YUV 94.47 134.52 238.94 -
System Red Green Blue C M Y K H S L
Decimal 250 13 106 0 0.95 0.58 0.02 336.46 0.96 0.52
Hex FA D 6A 0 5F 3A 2 150 60 34
Octal 372 15 152 0 137 72 2 520 140 64
Binary 11111010 1101 1101010 0 1011111 111010 10 101010000 1100000 110100

Color Harmonies of #FA0D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0D6A

Black with #FA0D6A

Text Example


Text Example

White with #FA0D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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