Html Css Color HEX #FA49C9 Razzle Dazzle Rose

📋 copy color: '#FA49C9'

red 250 ◦ green 73 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FA49C9

Tints of Razzle Dazzle Rose #FA49C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 47.71%
G = 13.93%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA49C9 (or 0xFA49C9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and C9. RGB value is (250,73,201). Sum of RGB (Red+Green+Blue) = 250+73+201=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C9 is #05B636. Grayscale: #8C8C8C. Windows color (decimal): -374327 or 13191674. OLE color: 13191674.

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

Color convert

RGB 250 73 201 -
CMYK 0 0.71 0.20 0.02
HSL 316.61º 0.95% 0.63% -
HSV(B) 316.61º 0.71% 0.98% -
XYZ 52.35 29.31 58.16 -
YUV 140.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 250 73 201 0 0.71 0.20 0.02 316.61 0.95 0.63
Hex FA 49 C9 0 47 14 2 13D 5F 3F
Octal 372 111 311 0 107 24 2 475 137 77
Binary 11111010 1001001 11001001 0 1000111 10100 10 100111101 1011111 111111

Color Harmonies of #FA49C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49C9

Black with #FA49C9

Text Example


Text Example

White with #FA49C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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