Html Css Color HEX #F541DC Razzle Dazzle Rose

📋 copy color: '#F541DC'

red 245 ◦ green 65 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F541DC

Tints of Razzle Dazzle Rose #F541DC

RGB

 RED value IS 245 (96.09% from 255) = 46.23%

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 46.23%
G = 12.26%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F541DC (or 0xF541DC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and DC. RGB value is (245,65,220). Sum of RGB (Red+Green+Blue) = 245+65+220=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F541DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541DC is #0ABE23. Grayscale: #888888. Windows color (decimal): -704036 or 14434805. OLE color: 14434805.

HSL color Cylindrical-coordinate representation of color #F541DC: hue angle of 308.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541DC is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 65 220 -
CMYK 0 0.73 0.10 0.04
HSL 308.33º 0.9% 0.61% -
HSV(B) 308.33º 0.73% 0.96% -
XYZ 52.46 28.36 70.42 -
YUV 136.49 175.13 205.4 -
System Red Green Blue C M Y K H S L
Decimal 245 65 220 0 0.73 0.10 0.04 308.33 0.9 0.61
Hex F5 41 DC 0 49 A 4 134 5A 3D
Octal 365 101 334 0 111 12 4 464 132 75
Binary 11110101 1000001 11011100 0 1001001 1010 100 100110100 1011010 111101

Color Harmonies of #F541DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541DC

Black with #F541DC

Text Example


Text Example

White with #F541DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541DC; }

 p { color: rgb(245,65,220); }

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

background-color css

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

 a { background-color: rgb(245,65,220); }

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

border-color css

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

 span { border-color: rgb(245,65,220); }

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