Html Css Color HEX #F41DDF Razzle Dazzle Rose

📋 copy color: '#F41DDF'

red 244 ◦ green 29 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F41DDF

Tints of Razzle Dazzle Rose #F41DDF

RGB

 RED value IS 244 (95.7% from 255) = 49.19%

 GREEN value IS 29 (11.72% from 255) = 5.85%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 49.19%
G = 5.85%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F41DDF (or 0xF41DDF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1D and DF. RGB value is (244,29,223). Sum of RGB (Red+Green+Blue) = 244+29+223=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DDF is #0BE220. Grayscale: #727272. Windows color (decimal): -778785 or 14622196. OLE color: 14622196.

HSL color Cylindrical-coordinate representation of color #F41DDF: hue angle of 305.86º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41DDF is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 29 223 -
CMYK 0 0.88 0.09 0.04
HSL 305.86º 0.91% 0.54% -
HSV(B) 305.86º 0.88% 0.96% -
XYZ 51.07 25.44 72.03 -
YUV 115.4 188.73 219.73 -
System Red Green Blue C M Y K H S L
Decimal 244 29 223 0 0.88 0.09 0.04 305.86 0.91 0.54
Hex F4 1D DF 0 58 9 4 132 5B 36
Octal 364 35 337 0 130 11 4 462 133 66
Binary 11110100 11101 11011111 0 1011000 1001 100 100110010 1011011 110110

Color Harmonies of #F41DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DDF

Black with #F41DDF

Text Example


Text Example

White with #F41DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DDF; }

 p { color: rgb(244,29,223); }

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

background-color css

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

 a { background-color: rgb(244,29,223); }

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

border-color css

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

 span { border-color: rgb(244,29,223); }

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