Html Css Color HEX #FA49BB Razzle Dazzle Rose

📋 copy color: '#FA49BB'

red 250 ◦ green 73 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FA49BB

Tints of Razzle Dazzle Rose #FA49BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 49.02%
G = 14.31%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA49BB (or 0xFA49BB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and BB. RGB value is (250,73,187). Sum of RGB (Red+Green+Blue) = 250+73+187=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49BB is #05B644. Grayscale: #8A8A8A. Windows color (decimal): -374341 or 12274170. OLE color: 12274170.

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

Color convert

RGB 250 73 187 -
CMYK 0 0.71 0.25 0.02
HSL 321.36º 0.95% 0.63% -
HSV(B) 321.36º 0.71% 0.98% -
XYZ 50.78 28.68 49.87 -
YUV 138.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 250 73 187 0 0.71 0.25 0.02 321.36 0.95 0.63
Hex FA 49 BB 0 47 19 2 141 5F 3F
Octal 372 111 273 0 107 31 2 501 137 77
Binary 11111010 1001001 10111011 0 1000111 11001 10 101000001 1011111 111111

Color Harmonies of #FA49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49BB

Black with #FA49BB

Text Example


Text Example

White with #FA49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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