Html Css Color HEX #FA49BA Razzle Dazzle Rose

📋 copy color: '#FA49BA'

red 250 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FA49BA

Tints of Razzle Dazzle Rose #FA49BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 49.12%
G = 14.34%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA49BA (or 0xFA49BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and BA. RGB value is (250,73,186). Sum of RGB (Red+Green+Blue) = 250+73+186=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49BA is #05B645. Grayscale: #8A8A8A. Windows color (decimal): -374342 or 12208634. OLE color: 12208634.

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

Color convert

RGB 250 73 186 -
CMYK 0 0.71 0.26 0.02
HSL 321.69º 0.95% 0.63% -
HSV(B) 321.69º 0.71% 0.98% -
XYZ 50.67 28.63 49.31 -
YUV 138.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 250 73 186 0 0.71 0.26 0.02 321.69 0.95 0.63
Hex FA 49 BA 0 47 1A 2 142 5F 3F
Octal 372 111 272 0 107 32 2 502 137 77
Binary 11111010 1001001 10111010 0 1000111 11010 10 101000010 1011111 111111

Color Harmonies of #FA49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49BA

Black with #FA49BA

Text Example


Text Example

White with #FA49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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