Html Css Color HEX #FF41C3 Razzle Dazzle Rose

📋 copy color: '#FF41C3'

red 255 ◦ green 65 ◦ blue 195

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

Shades of Razzle Dazzle Rose #FF41C3

Tints of Razzle Dazzle Rose #FF41C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 49.51%
G = 12.62%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF41C3 (or 0xFF41C3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and C3. RGB value is (255,65,195). Sum of RGB (Red+Green+Blue) = 255+65+195=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41C3 is #00BE3C. Grayscale: #888888. Windows color (decimal): -48701 or 12796415. OLE color: 12796415.

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

Color convert

RGB 255 65 195 -
CMYK 0 0.75 0.24 0
HSL 318.95º 1% 0.63% -
HSV(B) 318.95º 0.75% 1% -
XYZ 52.98 28.98 54.43 -
YUV 136.63 160.95 212.43 -
System Red Green Blue C M Y K H S L
Decimal 255 65 195 0 0.75 0.24 0 318.95 1 0.63
Hex FF 41 C3 0 4B 18 0 13F 64 3F
Octal 377 101 303 0 113 30 0 477 144 77
Binary 11111111 1000001 11000011 0 1001011 11000 0 100111111 1100100 111111

Color Harmonies of #FF41C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF41C3

Black with #FF41C3

Text Example


Text Example

White with #FF41C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF41C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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