Html Css Color HEX #FF41B5 Razzle Dazzle Rose

📋 copy color: '#FF41B5'

red 255 ◦ green 65 ◦ blue 181

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

Shades of Razzle Dazzle Rose #FF41B5

Tints of Razzle Dazzle Rose #FF41B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 50.9%
G = 12.97%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF41B5 (or 0xFF41B5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and B5. RGB value is (255,65,181). Sum of RGB (Red+Green+Blue) = 255+65+181=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41B5 is #00BE4A. Grayscale: #868686. Windows color (decimal): -48715 or 11878911. OLE color: 11878911.

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

Color convert

RGB 255 65 181 -
CMYK 0 0.75 0.29 0
HSL 323.37º 1% 0.63% -
HSV(B) 323.37º 0.75% 1% -
XYZ 51.47 28.38 46.48 -
YUV 135.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 255 65 181 0 0.75 0.29 0 323.37 1 0.63
Hex FF 41 B5 0 4B 1D 0 143 64 3F
Octal 377 101 265 0 113 35 0 503 144 77
Binary 11111111 1000001 10110101 0 1001011 11101 0 101000011 1100100 111111

Color Harmonies of #FF41B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF41B5

Black with #FF41B5

Text Example


Text Example

White with #FF41B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF41B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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