Html Css Color HEX #FA49D5 Razzle Dazzle Rose

📋 copy color: '#FA49D5'

red 250 ◦ green 73 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FA49D5

Tints of Razzle Dazzle Rose #FA49D5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.62%

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 46.64%
G = 13.62%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA49D5 (or 0xFA49D5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and D5. RGB value is (250,73,213). Sum of RGB (Red+Green+Blue) = 250+73+213=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49D5 is #05B62A. Grayscale: #8D8D8D. Windows color (decimal): -374315 or 13978106. OLE color: 13978106.

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

Color convert

RGB 250 73 213 -
CMYK 0 0.71 0.15 0.02
HSL 312.54º 0.95% 0.63% -
HSV(B) 312.54º 0.71% 0.98% -
XYZ 53.82 29.89 65.88 -
YUV 141.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 250 73 213 0 0.71 0.15 0.02 312.54 0.95 0.63
Hex FA 49 D5 0 47 F 2 139 5F 3F
Octal 372 111 325 0 107 17 2 471 137 77
Binary 11111010 1001001 11010101 0 1000111 1111 10 100111001 1011111 111111

Color Harmonies of #FA49D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49D5

Black with #FA49D5

Text Example


Text Example

White with #FA49D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49D5; }

 p { color: rgb(250,73,213); }

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

background-color css

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

 a { background-color: rgb(250,73,213); }

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

border-color css

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

 span { border-color: rgb(250,73,213); }

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