Html Css Color HEX #F041DD Razzle Dazzle Rose

📋 copy color: '#F041DD'

red 240 ◦ green 65 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F041DD

Tints of Razzle Dazzle Rose #F041DD

RGB

 RED value IS 240 (94.14% from 255) = 45.63%

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 45.63%
G = 12.36%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F041DD (or 0xF041DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and DD. RGB value is (240,65,221). Sum of RGB (Red+Green+Blue) = 240+65+221=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F041DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041DD is #0FBE22. Grayscale: #868686. Windows color (decimal): -1031715 or 14500336. OLE color: 14500336.

HSL color Cylindrical-coordinate representation of color #F041DD: hue angle of 306.51º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041DD is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 221 -
CMYK 0 0.73 0.08 0.06
HSL 306.51º 0.85% 0.6% -
HSV(B) 306.51º 0.73% 0.94% -
XYZ 50.88 27.53 71.04 -
YUV 135.11 176.48 202.82 -
System Red Green Blue C M Y K H S L
Decimal 240 65 221 0 0.73 0.08 0.06 306.51 0.85 0.6
Hex F0 41 DD 0 49 8 6 133 55 3C
Octal 360 101 335 0 111 10 6 463 125 74
Binary 11110000 1000001 11011101 0 1001001 1000 110 100110011 1010101 111100

Color Harmonies of #F041DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041DD

Black with #F041DD

Text Example


Text Example

White with #F041DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041DD; }

 p { color: rgb(240,65,221); }

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

background-color css

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

 a { background-color: rgb(240,65,221); }

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

border-color css

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

 span { border-color: rgb(240,65,221); }

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