Html Css Color HEX #FF41B1 Brilliant Rose

📋 copy color: '#FF41B1'

red 255 ◦ green 65 ◦ blue 177

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

Shades of Brilliant Rose #FF41B1

Tints of Brilliant Rose #FF41B1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.08%

 BLUE value IS 177 (69.53% from 255) = 35.61%

R = 51.31%
G = 13.08%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF41B1 (or 0xFF41B1) is known color: Brilliant Rose. HEX triplet: FF, 41 and B1. RGB value is (255,65,177). Sum of RGB (Red+Green+Blue) = 255+65+177=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41B1 is #00BE4E. Grayscale: #868686. Windows color (decimal): -48719 or 11616767. OLE color: 11616767.

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

Color convert

RGB 255 65 177 -
CMYK 0 0.75 0.31 0
HSL 324.63º 1% 0.63% -
HSV(B) 324.63º 0.75% 1% -
XYZ 51.07 28.21 44.35 -
YUV 134.58 151.95 213.89 -
System Red Green Blue C M Y K H S L
Decimal 255 65 177 0 0.75 0.31 0 324.63 1 0.63
Hex FF 41 B1 0 4B 1F 0 145 64 3F
Octal 377 101 261 0 113 37 0 505 144 77
Binary 11111111 1000001 10110001 0 1001011 11111 0 101000101 1100100 111111

Color Harmonies of #FF41B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF41B1

Black with #FF41B1

Text Example


Text Example

White with #FF41B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF41B1; }

 p { color: rgb(255,65,177); }

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

background-color css

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

 a { background-color: rgb(255,65,177); }

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

border-color css

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

 span { border-color: rgb(255,65,177); }

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