Html Css Color HEX #F939D5 Razzle Dazzle Rose

📋 copy color: '#F939D5'

red 249 ◦ green 57 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F939D5

Tints of Razzle Dazzle Rose #F939D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 47.98%
G = 10.98%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F939D5 (or 0xF939D5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 39 and D5. RGB value is (249,57,213). Sum of RGB (Red+Green+Blue) = 249+57+213=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F939D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F939D5 is #06C62A. Grayscale: #838383. Windows color (decimal): -443947 or 13974009. OLE color: 13974009.

HSL color Cylindrical-coordinate representation of color #F939D5: hue angle of 311.25º 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 #F939D5 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 57 213 -
CMYK 0 0.77 0.14 0.02
HSL 311.25º 0.94% 0.6% -
HSV(B) 311.25º 0.77% 0.98% -
XYZ 52.54 27.87 65.56 -
YUV 132.19 173.61 211.32 -
System Red Green Blue C M Y K H S L
Decimal 249 57 213 0 0.77 0.14 0.02 311.25 0.94 0.6
Hex F9 39 D5 0 4D E 2 137 5E 3C
Octal 371 71 325 0 115 16 2 467 136 74
Binary 11111001 111001 11010101 0 1001101 1110 10 100110111 1011110 111100

Color Harmonies of #F939D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F939D5

Black with #F939D5

Text Example


Text Example

White with #F939D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F939D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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