Html Css Color HEX #FA49C1 Razzle Dazzle Rose

📋 copy color: '#FA49C1'

red 250 ◦ green 73 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FA49C1

Tints of Razzle Dazzle Rose #FA49C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 48.45%
G = 14.15%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA49C1 (or 0xFA49C1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 49 and C1. RGB value is (250,73,193). Sum of RGB (Red+Green+Blue) = 250+73+193=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C1 is #05B63E. Grayscale: #8B8B8B. Windows color (decimal): -374335 or 12667386. OLE color: 12667386.

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

Color convert

RGB 250 73 193 -
CMYK 0 0.71 0.23 0.02
HSL 319.32º 0.95% 0.63% -
HSV(B) 319.32º 0.71% 0.98% -
XYZ 51.43 28.94 53.33 -
YUV 139.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 250 73 193 0 0.71 0.23 0.02 319.32 0.95 0.63
Hex FA 49 C1 0 47 17 2 13F 5F 3F
Octal 372 111 301 0 107 27 2 477 137 77
Binary 11111010 1001001 11000001 0 1000111 10111 10 100111111 1011111 111111

Color Harmonies of #FA49C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49C1

Black with #FA49C1

Text Example


Text Example

White with #FA49C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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