Html Css Color HEX #FA47BA Razzle Dazzle Rose

📋 copy color: '#FA47BA'

red 250 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FA47BA

Tints of Razzle Dazzle Rose #FA47BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14%

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

R = 49.31%
G = 14%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA47BA (or 0xFA47BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 47 and BA. RGB value is (250,71,186). Sum of RGB (Red+Green+Blue) = 250+71+186=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47BA is #05B845. Grayscale: #898989. Windows color (decimal): -374854 or 12208122. OLE color: 12208122.

HSL color Cylindrical-coordinate representation of color #FA47BA: hue angle of 321.45º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA47BA is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 71 186 -
CMYK 0 0.72 0.26 0.02
HSL 321.45º 0.95% 0.63% -
HSV(B) 321.45º 0.72% 0.98% -
XYZ 50.54 28.38 49.27 -
YUV 137.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 250 71 186 0 0.72 0.26 0.02 321.45 0.95 0.63
Hex FA 47 BA 0 48 1A 2 141 5F 3F
Octal 372 107 272 0 110 32 2 501 137 77
Binary 11111010 1000111 10111010 0 1001000 11010 10 101000001 1011111 111111

Color Harmonies of #FA47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA47BA

Black with #FA47BA

Text Example


Text Example

White with #FA47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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