Html Css Color HEX #F939DD Razzle Dazzle Rose

📋 copy color: '#F939DD'

red 249 ◦ green 57 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F939DD

Tints of Razzle Dazzle Rose #F939DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.82%

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

R = 47.25%
G = 10.82%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F939DD (or 0xF939DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 39 and DD. RGB value is (249,57,221). Sum of RGB (Red+Green+Blue) = 249+57+221=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 57 (22.66% from 255 or 10.82% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F939DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F939DD is #06C622. Grayscale: #848484. Windows color (decimal): -443939 or 14498297. OLE color: 14498297.

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

Color convert

RGB 249 57 221 -
CMYK 0 0.77 0.11 0.02
HSL 308.75º 0.94% 0.6% -
HSV(B) 308.75º 0.77% 0.98% -
XYZ 53.58 28.29 71.04 -
YUV 133.1 177.61 210.66 -
System Red Green Blue C M Y K H S L
Decimal 249 57 221 0 0.77 0.11 0.02 308.75 0.94 0.6
Hex F9 39 DD 0 4D B 2 135 5E 3C
Octal 371 71 335 0 115 13 2 465 136 74
Binary 11111001 111001 11011101 0 1001101 1011 10 100110101 1011110 111100

Color Harmonies of #F939DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F939DD

Black with #F939DD

Text Example


Text Example

White with #F939DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F939DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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