Html Css Color HEX #FF46B0 Brilliant Rose

📋 copy color: '#FF46B0'

red 255 ◦ green 70 ◦ blue 176

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

Shades of Brilliant Rose #FF46B0

Tints of Brilliant Rose #FF46B0

RGB

 RED value IS 255 (100% from 255) = 50.9%

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

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

R = 50.9%
G = 13.97%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF46B0 (or 0xFF46B0) is known color: Brilliant Rose. HEX triplet: FF, 46 and B0. RGB value is (255,70,176). Sum of RGB (Red+Green+Blue) = 255+70+176=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF46B0 is #00B94F. Grayscale: #898989. Windows color (decimal): -47440 or 11552511. OLE color: 11552511.

HSL color Cylindrical-coordinate representation of color #FF46B0: hue angle of 325.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF46B0 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 70 176 -
CMYK 0 0.73 0.31 0
HSL 325.62º 1% 0.64% -
HSV(B) 325.62º 0.73% 1% -
XYZ 51.27 28.77 43.93 -
YUV 137.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 255 70 176 0 0.73 0.31 0 325.62 1 0.64
Hex FF 46 B0 0 49 1F 0 146 64 40
Octal 377 106 260 0 111 37 0 506 144 100
Binary 11111111 1000110 10110000 0 1001001 11111 0 101000110 1100100 1000000

Color Harmonies of #FF46B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF46B0

Black with #FF46B0

Text Example


Text Example

White with #FF46B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF46B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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