Html Css Color HEX #F939C2 Razzle Dazzle Rose

📋 copy color: '#F939C2'

red 249 ◦ green 57 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F939C2

Tints of Razzle Dazzle Rose #F939C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 49.8%
G = 11.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F939C2 (or 0xF939C2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 39 and C2. RGB value is (249,57,194). Sum of RGB (Red+Green+Blue) = 249+57+194=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F939C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F939C2 is #06C63D. Grayscale: #818181. Windows color (decimal): -443966 or 12728825. OLE color: 12728825.

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

Color convert

RGB 249 57 194 -
CMYK 0 0.77 0.22 0.02
HSL 317.19º 0.94% 0.6% -
HSV(B) 317.19º 0.77% 0.98% -
XYZ 50.27 26.96 53.59 -
YUV 130.03 164.11 212.86 -
System Red Green Blue C M Y K H S L
Decimal 249 57 194 0 0.77 0.22 0.02 317.19 0.94 0.6
Hex F9 39 C2 0 4D 16 2 13D 5E 3C
Octal 371 71 302 0 115 26 2 475 136 74
Binary 11111001 111001 11000010 0 1001101 10110 10 100111101 1011110 111100

Color Harmonies of #F939C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F939C2

Black with #F939C2

Text Example


Text Example

White with #F939C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F939C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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