Html Css Color HEX #FF41B3 Brilliant Rose

📋 copy color: '#FF41B3'

red 255 ◦ green 65 ◦ blue 179

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

Shades of Brilliant Rose #FF41B3

Tints of Brilliant Rose #FF41B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.87%

R = 51.1%
G = 13.03%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF41B3 (or 0xFF41B3) is known color: Brilliant Rose. HEX triplet: FF, 41 and B3. RGB value is (255,65,179). Sum of RGB (Red+Green+Blue) = 255+65+179=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41B3 is #00BE4C. Grayscale: #868686. Windows color (decimal): -48717 or 11747839. OLE color: 11747839.

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

Color convert

RGB 255 65 179 -
CMYK 0 0.75 0.30 0
HSL 324º 1% 0.63% -
HSV(B) 324º 0.75% 1% -
XYZ 51.27 28.3 45.41 -
YUV 134.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 255 65 179 0 0.75 0.30 0 324 1 0.63
Hex FF 41 B3 0 4B 1E 0 144 64 3F
Octal 377 101 263 0 113 36 0 504 144 77
Binary 11111111 1000001 10110011 0 1001011 11110 0 101000100 1100100 111111

Color Harmonies of #FF41B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF41B3

Black with #FF41B3

Text Example


Text Example

White with #FF41B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF41B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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