Html Css Color HEX #FF41CC Razzle Dazzle Rose

📋 copy color: '#FF41CC'

red 255 ◦ green 65 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FF41CC

Tints of Razzle Dazzle Rose #FF41CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 48.66%
G = 12.4%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF41CC (or 0xFF41CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and CC. RGB value is (255,65,204). Sum of RGB (Red+Green+Blue) = 255+65+204=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41CC is #00BE33. Grayscale: #898989. Windows color (decimal): -48692 or 13386239. OLE color: 13386239.

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

Color convert

RGB 255 65 204 -
CMYK 0 0.75 0.2 0
HSL 316.11º 1% 0.63% -
HSV(B) 316.11º 0.75% 1% -
XYZ 54.03 29.4 59.95 -
YUV 137.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 255 65 204 0 0.75 0.2 0 316.11 1 0.63
Hex FF 41 CC 0 4B 14 0 13C 64 3F
Octal 377 101 314 0 113 24 0 474 144 77
Binary 11111111 1000001 11001100 0 1001011 10100 0 100111100 1100100 111111

Color Harmonies of #FF41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF41CC

Black with #FF41CC

Text Example


Text Example

White with #FF41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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