Html Css Color HEX #F41DDB Razzle Dazzle Rose

📋 copy color: '#F41DDB'

red 244 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F41DDB

Tints of Razzle Dazzle Rose #F41DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 49.59%
G = 5.89%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F41DDB (or 0xF41DDB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1D and DB. RGB value is (244,29,219). Sum of RGB (Red+Green+Blue) = 244+29+219=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DDB is #0BE224. Grayscale: #727272. Windows color (decimal): -778789 or 14360052. OLE color: 14360052.

HSL color Cylindrical-coordinate representation of color #F41DDB: hue angle of 306.98º 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 #F41DDB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 29 219 -
CMYK 0 0.88 0.10 0.04
HSL 306.98º 0.91% 0.54% -
HSV(B) 306.98º 0.88% 0.96% -
XYZ 50.53 25.23 69.22 -
YUV 114.95 186.73 220.05 -
System Red Green Blue C M Y K H S L
Decimal 244 29 219 0 0.88 0.10 0.04 306.98 0.91 0.54
Hex F4 1D DB 0 58 A 4 133 5B 36
Octal 364 35 333 0 130 12 4 463 133 66
Binary 11110100 11101 11011011 0 1011000 1010 100 100110011 1011011 110110

Color Harmonies of #F41DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DDB

Black with #F41DDB

Text Example


Text Example

White with #F41DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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