Html Css Color HEX #F941DD Razzle Dazzle Rose

📋 copy color: '#F941DD'

red 249 ◦ green 65 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F941DD

Tints of Razzle Dazzle Rose #F941DD

RGB

 RED value IS 249 (97.66% from 255) = 46.54%

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

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

R = 46.54%
G = 12.15%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F941DD (or 0xF941DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 41 and DD. RGB value is (249,65,221). Sum of RGB (Red+Green+Blue) = 249+65+221=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 65 (25.78% from 255 or 12.15% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F941DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F941DD is #06BE22. Grayscale: #898989. Windows color (decimal): -441891 or 14500345. OLE color: 14500345.

HSL color Cylindrical-coordinate representation of color #F941DD: hue angle of 309.13º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941DD is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 221 -
CMYK 0 0.74 0.11 0.02
HSL 309.13º 0.94% 0.62% -
HSV(B) 309.13º 0.74% 0.98% -
XYZ 54.01 29.14 71.18 -
YUV 137.8 174.96 207.32 -
System Red Green Blue C M Y K H S L
Decimal 249 65 221 0 0.74 0.11 0.02 309.13 0.94 0.62
Hex F9 41 DD 0 4A B 2 135 5E 3E
Octal 371 101 335 0 112 13 2 465 136 76
Binary 11111001 1000001 11011101 0 1001010 1011 10 100110101 1011110 111110

Color Harmonies of #F941DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F941DD

Black with #F941DD

Text Example


Text Example

White with #F941DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F941DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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