Html Css Color HEX #FA46B0 Brilliant Rose

📋 copy color: '#FA46B0'

red 250 ◦ green 70 ◦ blue 176

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

Shades of Brilliant Rose #FA46B0

Tints of Brilliant Rose #FA46B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 50.4%
G = 14.11%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA46B0 (or 0xFA46B0) is known color: Brilliant Rose. HEX triplet: FA, 46 and B0. RGB value is (250,70,176). Sum of RGB (Red+Green+Blue) = 250+70+176=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA46B0 is #05B94F. Grayscale: #878787. Windows color (decimal): -375120 or 11552506. OLE color: 11552506.

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

Color convert

RGB 250 70 176 -
CMYK 0 0.72 0.30 0.02
HSL 324.67º 0.95% 0.63% -
HSV(B) 324.67º 0.72% 0.98% -
XYZ 49.45 27.84 43.84 -
YUV 135.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 250 70 176 0 0.72 0.30 0.02 324.67 0.95 0.63
Hex FA 46 B0 0 48 1E 2 145 5F 3F
Octal 372 106 260 0 110 36 2 505 137 77
Binary 11111010 1000110 10110000 0 1001000 11110 10 101000101 1011111 111111

Color Harmonies of #FA46B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA46B0

Black with #FA46B0

Text Example


Text Example

White with #FA46B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA46B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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