Html Css Color HEX #F331DD Razzle Dazzle Rose

📋 copy color: '#F331DD'

red 243 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F331DD

Tints of Razzle Dazzle Rose #F331DD

RGB

 RED value IS 243 (95.31% from 255) = 47.37%

 GREEN value IS 49 (19.53% from 255) = 9.55%

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

R = 47.37%
G = 9.55%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F331DD (or 0xF331DD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and DD. RGB value is (243,49,221). Sum of RGB (Red+Green+Blue) = 243+49+221=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 49 (19.53% from 255 or 9.55% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F331DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331DD is #0CCE22. Grayscale: #7E7E7E. Windows color (decimal): -839203 or 14496243. OLE color: 14496243.

HSL color Cylindrical-coordinate representation of color #F331DD: hue angle of 306.8º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331DD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 221 -
CMYK 0 0.80 0.09 0.05
HSL 306.8º 0.89% 0.57% -
HSV(B) 306.8º 0.8% 0.95% -
XYZ 51.11 26.47 70.82 -
YUV 126.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 243 49 221 0 0.80 0.09 0.05 306.8 0.89 0.57
Hex F3 31 DD 0 50 9 5 133 59 39
Octal 363 61 335 0 120 11 5 463 131 71
Binary 11110011 110001 11011101 0 1010000 1001 101 100110011 1011001 111001

Color Harmonies of #F331DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F331DD

Black with #F331DD

Text Example


Text Example

White with #F331DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F331DD; }

 p { color: rgb(243,49,221); }

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

background-color css

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

 a { background-color: rgb(243,49,221); }

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

border-color css

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

 span { border-color: rgb(243,49,221); }

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