Html Css Color HEX #FA48BB Razzle Dazzle Rose

📋 copy color: '#FA48BB'

red 250 ◦ green 72 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FA48BB

Tints of Razzle Dazzle Rose #FA48BB

RGB

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

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

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

R = 49.12%
G = 14.15%
B = 36.74%

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

#FA48BB (or 0xFA48BB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 48 and BB. RGB value is (250,72,187). Sum of RGB (Red+Green+Blue) = 250+72+187=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA48BB is #05B744. Grayscale: #8A8A8A. Windows color (decimal): -374597 or 12273914. OLE color: 12273914.

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

Color convert

RGB 250 72 187 -
CMYK 0 0.71 0.25 0.02
HSL 321.24º 0.95% 0.63% -
HSV(B) 321.24º 0.71% 0.98% -
XYZ 50.71 28.55 49.85 -
YUV 138.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 250 72 187 0 0.71 0.25 0.02 321.24 0.95 0.63
Hex FA 48 BB 0 47 19 2 141 5F 3F
Octal 372 110 273 0 107 31 2 501 137 77
Binary 11111010 1001000 10111011 0 1000111 11001 10 101000001 1011111 111111

Color Harmonies of #FA48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA48BB

Black with #FA48BB

Text Example


Text Example

White with #FA48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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