Html Css Color HEX #FA46BA Razzle Dazzle Rose

📋 copy color: '#FA46BA'

red 250 ◦ green 70 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FA46BA

Tints of Razzle Dazzle Rose #FA46BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.83%

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

R = 49.41%
G = 13.83%
B = 36.76%

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

#FA46BA (or 0xFA46BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 46 and BA. RGB value is (250,70,186). Sum of RGB (Red+Green+Blue) = 250+70+186=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46BA is #05B945. Grayscale: #888888. Windows color (decimal): -375110 or 12207866. OLE color: 12207866.

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

Color convert

RGB 250 70 186 -
CMYK 0 0.72 0.26 0.02
HSL 321.33º 0.95% 0.63% -
HSV(B) 321.33º 0.72% 0.98% -
XYZ 50.48 28.25 49.25 -
YUV 137.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 250 70 186 0 0.72 0.26 0.02 321.33 0.95 0.63
Hex FA 46 BA 0 48 1A 2 141 5F 3F
Octal 372 106 272 0 110 32 2 501 137 77
Binary 11111010 1000110 10111010 0 1001000 11010 10 101000001 1011111 111111

Color Harmonies of #FA46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA46BA

Black with #FA46BA

Text Example


Text Example

White with #FA46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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