Html Css Color HEX #FA46B2 Brilliant Rose

📋 copy color: '#FA46B2'

red 250 ◦ green 70 ◦ blue 178

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

Shades of Brilliant Rose #FA46B2

Tints of Brilliant Rose #FA46B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 50.2%
G = 14.06%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA46B2 (or 0xFA46B2) is known color: Brilliant Rose. HEX triplet: FA, 46 and B2. RGB value is (250,70,178). Sum of RGB (Red+Green+Blue) = 250+70+178=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA46B2 is #05B94D. Grayscale: #878787. Windows color (decimal): -375118 or 11683578. OLE color: 11683578.

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

Color convert

RGB 250 70 178 -
CMYK 0 0.72 0.29 0.02
HSL 324º 0.95% 0.63% -
HSV(B) 324º 0.72% 0.98% -
XYZ 49.65 27.92 44.89 -
YUV 136.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 250 70 178 0 0.72 0.29 0.02 324 0.95 0.63
Hex FA 46 B2 0 48 1D 2 144 5F 3F
Octal 372 106 262 0 110 35 2 504 137 77
Binary 11111010 1000110 10110010 0 1001000 11101 10 101000100 1011111 111111

Color Harmonies of #FA46B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA46B2

Black with #FA46B2

Text Example


Text Example

White with #FA46B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA46B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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