Html Css Color HEX #FA49C3 Razzle Dazzle Rose

📋 copy color: '#FA49C3'

red 250 ◦ green 73 ◦ blue 195

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

Shades of Razzle Dazzle Rose #FA49C3

Tints of Razzle Dazzle Rose #FA49C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 48.26%
G = 14.09%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA49C3 (or 0xFA49C3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and C3. RGB value is (250,73,195). Sum of RGB (Red+Green+Blue) = 250+73+195=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C3 is #05B63C. Grayscale: #8B8B8B. Windows color (decimal): -374333 or 12798458. OLE color: 12798458.

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

Color convert

RGB 250 73 195 -
CMYK 0 0.71 0.22 0.02
HSL 318.64º 0.95% 0.63% -
HSV(B) 318.64º 0.71% 0.98% -
XYZ 51.66 29.03 54.51 -
YUV 139.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 250 73 195 0 0.71 0.22 0.02 318.64 0.95 0.63
Hex FA 49 C3 0 47 16 2 13F 5F 3F
Octal 372 111 303 0 107 26 2 477 137 77
Binary 11111010 1001001 11000011 0 1000111 10110 10 100111111 1011111 111111

Color Harmonies of #FA49C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49C3

Black with #FA49C3

Text Example


Text Example

White with #FA49C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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