Html Css Color HEX #FA48BA Razzle Dazzle Rose

📋 copy color: '#FA48BA'

red 250 ◦ green 72 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FA48BA

Tints of Razzle Dazzle Rose #FA48BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.17%

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

R = 49.21%
G = 14.17%
B = 36.61%

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

#FA48BA (or 0xFA48BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 48 and BA. RGB value is (250,72,186). Sum of RGB (Red+Green+Blue) = 250+72+186=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA48BA is #05B745. Grayscale: #898989. Windows color (decimal): -374598 or 12208378. OLE color: 12208378.

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

Color convert

RGB 250 72 186 -
CMYK 0 0.71 0.26 0.02
HSL 321.57º 0.95% 0.63% -
HSV(B) 321.57º 0.71% 0.98% -
XYZ 50.6 28.5 49.29 -
YUV 138.22 154.97 207.73 -
System Red Green Blue C M Y K H S L
Decimal 250 72 186 0 0.71 0.26 0.02 321.57 0.95 0.63
Hex FA 48 BA 0 47 1A 2 142 5F 3F
Octal 372 110 272 0 107 32 2 502 137 77
Binary 11111010 1001000 10111010 0 1000111 11010 10 101000010 1011111 111111

Color Harmonies of #FA48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA48BA

Black with #FA48BA

Text Example


Text Example

White with #FA48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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