Html Css Color HEX #F41CDD Razzle Dazzle Rose

📋 copy color: '#F41CDD'

red 244 ◦ green 28 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F41CDD

Tints of Razzle Dazzle Rose #F41CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.68%

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

R = 49.49%
G = 5.68%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F41CDD (or 0xF41CDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1C and DD. RGB value is (244,28,221). Sum of RGB (Red+Green+Blue) = 244+28+221=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CDD is #0BE322. Grayscale: #727272. Windows color (decimal): -779043 or 14490868. OLE color: 14490868.

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

Color convert

RGB 244 28 221 -
CMYK 0 0.89 0.09 0.04
HSL 306.39º 0.91% 0.53% -
HSV(B) 306.39º 0.89% 0.96% -
XYZ 50.77 25.28 70.61 -
YUV 114.59 188.06 220.31 -
System Red Green Blue C M Y K H S L
Decimal 244 28 221 0 0.89 0.09 0.04 306.39 0.91 0.53
Hex F4 1C DD 0 59 9 4 132 5B 35
Octal 364 34 335 0 131 11 4 462 133 65
Binary 11110100 11100 11011101 0 1011001 1001 100 100110010 1011011 110101

Color Harmonies of #F41CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CDD

Black with #F41CDD

Text Example


Text Example

White with #F41CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CDD; }

 p { color: rgb(244,28,221); }

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

background-color css

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

 a { background-color: rgb(244,28,221); }

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

border-color css

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

 span { border-color: rgb(244,28,221); }

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