Html Css Color HEX #F041DA Razzle Dazzle Rose

📋 copy color: '#F041DA'

red 240 ◦ green 65 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F041DA

Tints of Razzle Dazzle Rose #F041DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 45.89%
G = 12.43%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F041DA (or 0xF041DA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and DA. RGB value is (240,65,218). Sum of RGB (Red+Green+Blue) = 240+65+218=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F041DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041DA is #0FBE25. Grayscale: #868686. Windows color (decimal): -1031718 or 14303728. OLE color: 14303728.

HSL color Cylindrical-coordinate representation of color #F041DA: hue angle of 307.54º 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 #F041DA is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 218 -
CMYK 0 0.73 0.09 0.06
HSL 307.54º 0.85% 0.6% -
HSV(B) 307.54º 0.73% 0.94% -
XYZ 50.48 27.37 68.95 -
YUV 134.77 174.98 203.06 -
System Red Green Blue C M Y K H S L
Decimal 240 65 218 0 0.73 0.09 0.06 307.54 0.85 0.6
Hex F0 41 DA 0 49 9 6 134 55 3C
Octal 360 101 332 0 111 11 6 464 125 74
Binary 11110000 1000001 11011010 0 1001001 1001 110 100110100 1010101 111100

Color Harmonies of #F041DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041DA

Black with #F041DA

Text Example


Text Example

White with #F041DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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